Mercurial > hg > Members > kono > nitros9-code
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 |
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 | 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 | 5 all: $(SRC).html |
20 | 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 | 11 docbook2ps $(SRC).docbook |
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 | 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 | 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 |