annotate docs/os9sysprog/makefile @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents d6fa13b66b87
children 87fe15316ccc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
1 SRC=os9sysprog
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
2 STYLESHEET=docbook-utils.dsl
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
3
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
4 all: $(SRC).html
20
364868eddbc7 Changed literallayout to tables a few places
roug
parents: 19
diff changeset
5
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
6 $(SRC).pdf: $(SRC).docbook $(STYLESHEET)
41
d6fa13b66b87 Minor tweaks.
roug
parents: 40
diff changeset
7 docbook2pdf $(SRC).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
8
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
9 $(SRC).ps: $(SRC).docbook $(STYLESHEET)
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
10 docbook2ps $(SRC).docbook
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
11 # docbook2ps -d $(STYLESHEET) $(SRC).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
12
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
13 $(SRC).html: $(SRC).docbook $(STYLESHEET)
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
14 rm -f *.htm *.html
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
15 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(SRC).docbook
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
16 # collateindex.pl -p -o index.docbook HTML.index
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
17 docbook2html $(SRC).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
18
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
19 print:
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
20 psnup -2 $(SRC).ps | lpr