annotate docs/nitros9guide/makefile @ 930:1409b917eb52

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