Mercurial > hg > Members > kono > nitros9-code
annotate docs/os9sysprog/makefile @ 321:2c0ddf807efa
Made some changes
author | boisy |
---|---|
date | Tue, 23 Jul 2002 23:43:29 +0000 |
parents | d6fa13b66b87 |
children | 87fe15316ccc |
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 | 4 all: $(SRC).html |
20 | 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 | 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 | 10 docbook2ps $(SRC).docbook |
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 | 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 | 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 |