Mercurial > hg > Members > kono > nitros9-code
annotate docs/os9sysprog/makefile @ 34:f2d338984847
Finished all the I/O system calls.
author | roug |
---|---|
date | Tue, 09 Apr 2002 21:18:38 +0000 (2002-04-09) |
parents | 364868eddbc7 |
children | 3cf41d86d998 |
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 |
20 | 4 all: book1.htm |
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) |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
7 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
|
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) |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
10 docbook2ps -d $(STYLESHEET) $(SRC).docbook |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
11 |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
12 book1.htm: $(SRC).docbook $(STYLESHEET) |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
13 rm -f *.htm *.html |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
14 # 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
|
15 # collateindex.pl -p -o index.docbook HTML.index |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
16 docbook2html -d $(STYLESHEET) $(SRC).docbook |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
17 |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
18 print: |
2caf0658040d
This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff
changeset
|
19 psnup -2 $(SRC).ps | lpr |