Mercurial > hg > Members > kono > nitros9-code
annotate docs/os9sysprog/makefile @ 20:364868eddbc7
Changed literallayout to tables a few places
Chapter 10 has an extra level
Changed a lot of places where commas ended senctences.
author | roug |
---|---|
date | Fri, 05 Apr 2002 23:55:08 +0000 |
parents | 2caf0658040d |
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 |