annotate docs/basic09/makefile @ 263:7d918106054d

Incorporated fix from The Rainbow, October 1988 pg 157
author boisy
date Sat, 20 Jul 2002 23:28:28 +0000
parents 7051cd0b4857
children 87fe15316ccc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
1 OBJ=basic09
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
2 STYLESHEET=docbook-utils.dsl
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
3
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
4 all: book1.htm
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
5
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
6 $(OBJ).pdf: $(OBJ).docbook $(STYLESHEET)
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
7 docbook2pdf -d $(STYLESHEET) $(OBJ).docbook
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
8
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
9 $(OBJ).ps: $(OBJ).docbook $(STYLESHEET)
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
10 docbook2ps -d $(STYLESHEET) $(OBJ).docbook
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
11
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
12 book1.htm: $(OBJ).docbook $(STYLESHEET)
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
13 rm -f *.htm *.html
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
14 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(OBJ).docbook
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
15 # collateindex.pl -p -o index.docbook HTML.index
101
7051cd0b4857 Added the OS9 User's Manual for Dragon-64.
roug
parents: 24
diff changeset
16 docbook2html -d $(STYLESHEET)#html $(OBJ).docbook
24
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
17
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
18 print:
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
19 psnup -2 $(OBJ).ps | lpr