Mercurial > hg > Members > kono > nitros9-code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/makefile Sat Jul 06 09:46:49 2002 +0000 @@ -0,0 +1,22 @@ +SRC=os9guide +STYLESHEET=docbook-utils.dsl + +all: $(SRC).html + +$(SRC).pdf: $(SRC).docbook + docbook2pdf -d docbook-utils-a4.dsl#print $(SRC).docbook + +$(SRC).ps: $(SRC).docbook + docbook2ps -d docbook-utils-a4.dsl#print $(SRC).docbook +# docbook2ps -d $(STYLESHEET) $(SRC).docbook + +$(SRC).html: $(SRC).docbook + rm -f *.htm *.html +# jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(SRC).docbook +# collateindex.pl -p -o index.docbook HTML.index + docbook2html -d docbook-utils-a4.dsl#html $(SRC).docbook + +clean: + rm -f *.htm *.html $(SRC).pdf $(SRC).ps +print: $(SRC).ps + psnup -2 $(SRC).ps | lpr