]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- fixed building of html
authorjuandon <witekfl@pld-linux.org>
Sat, 15 Feb 2003 19:23:59 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu-makehtml.patch -> 1.2

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.082173 seconds and 4 git commands to generate.