]> git.pld-linux.org Git - packages/dosemu.git/blobdiff - dosemu-makehtml.patch
- updated to 1.4.0
[packages/dosemu.git] / dosemu-makehtml.patch
index c0e3ee3b96435edb1e99337399c07802cff755ff..4b0869366ec65d20c14e6cb436b5d5933ad0d70e 100644 (file)
@@ -1,40 +1,22 @@
---- 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)
+--- dosemu-1.1.4/src/doc/DANG/Makefile.orig    Sat Feb 15 18:16:25 2003
++++ dosemu-1.1.4/src/doc/DANG/Makefile Sat Feb 15 18:16:56 2003
+@@ -9,6 +9,8 @@
  
--all:    $(TXT) $(HTML)
-+all:    txt html
+ all:    $(TXT) $(HTML)
  
--$(TXT): %.txt: %.sgml
-+txt: %.txt: %.sgml
++html: $(HTML)
++
+ $(TXT): %.txt: %.sgml
        ../tools/doSgmlTools.pl -t -v $<
  
--$(HTML): %.html: %.sgml
-+html: %.html: %.sgml
-       ../tools/doSgmlTools.pl -h -v $<
+--- dosemu-1.1.4/src/doc/HOWTO/Makefile.orig   Sat Feb 15 18:17:14 2003
++++ dosemu-1.1.4/src/doc/HOWTO/Makefile        Sat Feb 15 18:17:34 2003
+@@ -9,6 +9,8 @@
  
--$(HTMLS):
-+htmls:
-       ../tools/doSgmlTools.pl -s -v $<
+ all:    $(TXT) $(HTML)
  
- 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
++html: $(HTML)
++
+ $(TXT): %.txt: %.sgml
        ../tools/doSgmlTools.pl -t $<
  
--$(HTML): %.html: %.sgml
-+html: %.html: %.sgml
-       ../tools/doSgmlTools.pl -h $<
This page took 0.074619 seconds and 4 git commands to generate.