annotate docs/os9sysprog/makefile @ 19:2caf0658040d

This is the first cut of the OS-9 Operating System: System Programmer's Manual in Docbook format. There is still a lot to do.
author roug
date Fri, 05 Apr 2002 22:05:31 +0000
parents
children 364868eddbc7
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
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
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
4 $(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
5 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
6
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
7 $(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
8 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
9
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
10 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
11 rm -f *.htm *.html
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
12 # 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
13 # 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
14 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
15
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
16 print:
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
17 psnup -2 $(SRC).ps | lpr