annotate docs/os9sysprog/makefile @ 40:3cf41d86d998

Finished I/O service requests and appendix C
author roug
date Wed, 17 Apr 2002 17:59:43 +0000
parents 364868eddbc7
children d6fa13b66b87
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
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
2 #STYLESHEET=
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
3 STYLESHEET=docbook-utils.dsl
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
4
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
5 all: $(SRC).html
20
364868eddbc7 Changed literallayout to tables a few places
roug
parents: 19
diff changeset
6
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
7 $(SRC).pdf: $(SRC).docbook $(STYLESHEET)
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
8 docbook2pdf -d $(STYLESHEET) $(SRC).docbook
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
9
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
10 $(SRC).ps: $(SRC).docbook $(STYLESHEET)
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
11 docbook2ps $(SRC).docbook
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
12 # 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
13
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
14 $(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
15 rm -f *.htm *.html
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
16 # 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
17 # collateindex.pl -p -o index.docbook HTML.index
40
3cf41d86d998 Finished I/O service requests and appendix C
roug
parents: 20
diff changeset
18 docbook2html $(SRC).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
20 print:
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
21 psnup -2 $(SRC).ps | lpr