annotate docs/os9sysprog/makefile @ 710:4b8f2de93c51

Added DS40 target
author boisy
date Sat, 04 Jan 2003 02:23:45 +0000
parents 85a3168ccab5
children bc28c3bc3769
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
1 BOOK = os9sysprog
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
2 STYLESHEET = docbook-utils.dsl
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
3
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
4 all: $(BOOK).pdf
20
364868eddbc7 Changed literallayout to tables a few places
roug
parents: 19
diff changeset
5
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
6 $(BOOK).pdf: $(BOOK).docbook $(STYLESHEET)
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
7 docbook2pdf $(BOOK).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
8
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
9 $(BOOK).ps: $(BOOK).docbook $(STYLESHEET)
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
10 docbook2ps $(BOOK).docbook
526
85a3168ccab5 Small conflict caused by boisy's update to the Makefile
roug
parents: 515
diff changeset
11 # docbook2ps -d "$(STYLESHEET)#print" $(BOOK).docbook
19
2caf0658040d This is the first cut of the OS-9 Operating System: System Programmer's Manual
roug
parents:
diff changeset
12
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
13 $(BOOK).html: $(BOOK).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
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
15 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(BOOK).docbook
19
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
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
17 docbook2html $(BOOK).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:
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
20 psnup -2 $(BOOK).ps | lpr
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
21
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
22 clean:
87fe15316ccc Sprused up Makefiles
boisy
parents: 41
diff changeset
23 $(RM) *.htm *.html $(BOOK).pdf $(BOOK).ps