comparison docs/nitros9guide/makefile @ 103:32bd5072b3a5

Added the OS9 User's Manual for Dragon-64. It shouldn't be too difficult to add the Coco differences, but I don't have that manual.
author roug
date Sat, 06 Jul 2002 09:46:49 +0000
parents
children 87fe15316ccc
comparison
equal deleted inserted replaced
102:3c2d500eaf47 103:32bd5072b3a5
1 SRC=os9guide
2 STYLESHEET=docbook-utils.dsl
3
4 all: $(SRC).html
5
6 $(SRC).pdf: $(SRC).docbook
7 docbook2pdf -d docbook-utils-a4.dsl#print $(SRC).docbook
8
9 $(SRC).ps: $(SRC).docbook
10 docbook2ps -d docbook-utils-a4.dsl#print $(SRC).docbook
11 # docbook2ps -d $(STYLESHEET) $(SRC).docbook
12
13 $(SRC).html: $(SRC).docbook
14 rm -f *.htm *.html
15 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(SRC).docbook
16 # collateindex.pl -p -o index.docbook HTML.index
17 docbook2html -d docbook-utils-a4.dsl#html $(SRC).docbook
18
19 clean:
20 rm -f *.htm *.html $(SRC).pdf $(SRC).ps
21 print: $(SRC).ps
22 psnup -2 $(SRC).ps | lpr