annotate docs/basic09/makefile @ 24:01a6e267aa38

Added the Basic09 Reference Manual
author roug
date Sat, 06 Apr 2002 13:34:58 +0000
parents
children 7051cd0b4857
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
01a6e267aa38 Added the Basic09 Reference Manual
roug
parents:
diff changeset
16 docbook2html -d $(STYLESHEET) $(OBJ).docbook
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