annotate docs/nitros9guide/makefile @ 1093:4dae346c4969

Added crossreferences and lowercased synopsises
author roug
date Mon, 07 Apr 2003 21:01:46 +0000
parents cc153d1671f7
children bc28c3bc3769
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
1 BOOKL1 = os9l1guide
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
2 BOOKL2 = os9l2guide
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 103
diff changeset
3 STYLESHEET = docbook-utils.dsl
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
4
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
5 all: $(BOOKL1).pdf $(BOOKL2).pdf
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
6
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
7 $(BOOKL1).pdf: $(BOOKL1).docbook $(SRCS)
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
8 docbook2pdf -d docbook-utils-a4.dsl#print $(BOOKL1).docbook
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
9
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
10 $(BOOKL2).pdf: $(BOOKL2).docbook $(SRCS)
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
11 docbook2pdf -d docbook-utils-a4.dsl#print $(BOOKL2).docbook
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
12
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
13 $(BOOKL1).ps: $(BOOKL1).docbook $(SRCS)
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
14 docbook2ps -d docbook-utils-a4.dsl#print $(BOOKL1).docbook
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
15 # docbook2ps -d $(STYLESHEET) $(BOOKL1).docbook
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
16
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
17 $(BOOKL2).ps: $(BOOKL2).docbook $(SRCS)
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
18 docbook2ps -d docbook-utils-a4.dsl#print $(BOOKL2).docbook
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
19 # docbook2ps -d $(STYLESHEET) $(BOOKL2).docbook
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
20
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
21 $(BOOKL1).html: $(BOOKL1).docbook $(SRCS)
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 103
diff changeset
22 $(RM) *.htm *.html
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
23 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(BOOKL1).docbook
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
24 # collateindex.pl -p -o index.docbook HTML.index
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
25 docbook2html -d docbook-utils-a4.dsl#html $(BOOKL1).docbook
515
87fe15316ccc Sprused up Makefiles
boisy
parents: 103
diff changeset
26
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
27 $(BOOKL2).html: $(BOOKL2).docbook $(SRCS)
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
28 $(RM) *.htm *.html
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
29 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(BOOKL2).docbook
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
30 # collateindex.pl -p -o index.docbook HTML.index
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
31 docbook2html -d docbook-utils-a4.dsl#html $(BOOKL2).docbook
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
32
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
33 print: $(BOOKL1).ps $(BOOKL2).ps
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
34 psnup -2 $(BOOKL1).ps | lpr
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
35 psnup -2 $(BOOKL2).ps | lpr
103
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
36
32bd5072b3a5 Added the OS9 User's Manual for Dragon-64.
roug
parents:
diff changeset
37 clean:
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
38 $(RM) *.htm *.html $(BOOKL1).pdf $(BOOKL1).ps $(BOOKL2).pdf \
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1011
diff changeset
39 $(BOOKL2).ps *.log *.out *.aux
1011
cc153d1671f7 Updated for new manuals
boisy
parents: 727
diff changeset
40
727
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
41 SRCS = $(CHAPS) $(APXS) $(REFS)
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
42 CHAPS = intro.preface \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
43 chap1.chapter chap2.chapter chap3.chapter chap4.chapter \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
44 chap5.chapter chap6.chapter chap7.chapter
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
45 APXS = acia51.appendix display.appendix errorcodes.appendix keys.appendix
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
46 REFS = asm.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
47 attr.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
48 backup.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
49 binex.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
50 build.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
51 chd.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
52 cmp.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
53 cobbler.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
54 config.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
55 copy.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
56 date.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
57 dcheck.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
58 debug.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
59 deiniz.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
60 deldir.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
61 del.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
62 dir.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
63 display.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
64 dsave.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
65 dump.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
66 echo.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
67 error.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
68 ex.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
69 format.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
70 free.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
71 go51.appendix \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
72 go51.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
73 help.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
74 ident.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
75 iniz.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
76 kill.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
77 link.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
78 list.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
79 load.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
80 login.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
81 makdir.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
82 mdir.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
83 merge.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
84 mfree.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
85 os9gen.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
86 park.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
87 printerr.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
88 procs.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
89 pwd.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
90 rename.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
91 save.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
92 setime.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
93 setpr.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
94 shell.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
95 sleep.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
96 tee.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
97 tmode.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
98 tsmon.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
99 tuneport.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
100 unlink.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
101 verify.refentry \
72443b44537e Debug is part of the manual now.
roug
parents: 515
diff changeset
102 xmode.refentry