annotate docs/nitros9guide/makefile @ 2112:cfb3a637a000

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