]> git.pld-linux.org Git - packages/dosemu.git/blame - dosemu-makehtml.patch
- update to 1.1.4.13
[packages/dosemu.git] / dosemu-makehtml.patch
CommitLineData
6bcdc463 1--- dosemu-1.1.4/src/doc/DANG/Makefile.orig Sat Feb 15 13:29:05 2003
2+++ dosemu-1.1.4/src/doc/DANG/Makefile Sat Feb 15 13:29:39 2003
3@@ -7,15 +7,15 @@
4 TXT = $(DOCSOURCES:.sgml=.txt)
5 HTML = $(DOCSOURCES:.sgml=.html)
6
7-all: $(TXT) $(HTML)
8+all: txt html
9
10-$(TXT): %.txt: %.sgml
11+txt: %.txt: %.sgml
12 ../tools/doSgmlTools.pl -t -v $<
13
14-$(HTML): %.html: %.sgml
15+html: %.html: %.sgml
16 ../tools/doSgmlTools.pl -h -v $<
17
18-$(HTMLS):
19+htmls:
20 ../tools/doSgmlTools.pl -s -v $<
21
22 clean:
23--- dosemu-1.1.4/src/doc/HOWTO/Makefile.orig Sat Feb 15 13:28:12 2003
24+++ dosemu-1.1.4/src/doc/HOWTO/Makefile Sat Feb 15 13:28:49 2003
25@@ -7,12 +7,12 @@
26 TXT = $(DOCSOURCES:.sgml=.txt)
27 HTML = $(DOCSOURCES:.sgml=.html)
28
29-all: $(TXT) $(HTML)
30+all: txt html
31
32-$(TXT): %.txt: %.sgml
33+txt: %.txt: %.sgml
34 ../tools/doSgmlTools.pl -t $<
35
36-$(HTML): %.html: %.sgml
37+html: %.html: %.sgml
38 ../tools/doSgmlTools.pl -h $<
39
40
This page took 1.767384 seconds and 4 git commands to generate.