]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- easier build of html
authorjuandon <witekfl@pld-linux.org>
Sat, 15 Feb 2003 14:26:30 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu-makehtml.patch -> 1.1

dosemu-makehtml.patch [new file with mode: 0644]

diff --git a/dosemu-makehtml.patch b/dosemu-makehtml.patch
new file mode 100644 (file)
index 0000000..c0e3ee3
--- /dev/null
@@ -0,0 +1,40 @@
+--- dosemu-1.1.4/src/doc/DANG/Makefile.orig    Sat Feb 15 13:29:05 2003
++++ dosemu-1.1.4/src/doc/DANG/Makefile Sat Feb 15 13:29:39 2003
+@@ -7,15 +7,15 @@
+ TXT = $(DOCSOURCES:.sgml=.txt)
+ HTML = $(DOCSOURCES:.sgml=.html)
+-all:    $(TXT) $(HTML)
++all:    txt html
+-$(TXT): %.txt: %.sgml
++txt: %.txt: %.sgml
+       ../tools/doSgmlTools.pl -t -v $<
+-$(HTML): %.html: %.sgml
++html: %.html: %.sgml
+       ../tools/doSgmlTools.pl -h -v $<
+-$(HTMLS):
++htmls:
+       ../tools/doSgmlTools.pl -s -v $<
+ clean:
+--- dosemu-1.1.4/src/doc/HOWTO/Makefile.orig   Sat Feb 15 13:28:12 2003
++++ dosemu-1.1.4/src/doc/HOWTO/Makefile        Sat Feb 15 13:28:49 2003
+@@ -7,12 +7,12 @@
+ TXT = $(DOCSOURCES:.sgml=.txt)
+ HTML = $(DOCSOURCES:.sgml=.html)
+-all:    $(TXT) $(HTML)
++all:    txt html
+-$(TXT): %.txt: %.sgml
++txt: %.txt: %.sgml
+       ../tools/doSgmlTools.pl -t $<
+-$(HTML): %.html: %.sgml
++html: %.html: %.sgml
+       ../tools/doSgmlTools.pl -h $<
This page took 0.079667 seconds and 4 git commands to generate.