1500
|
1 BOOK = nitros9guide
|
1148
|
2 STYLESHEET = ../stylesheets/docbook-utils.dsl
|
103
|
3
|
1500
|
4 all: $(BOOK).pdf #$(BOOK).html $(BOOK).ps
|
1011
|
5
|
1500
|
6 $(BOOK).pdf: $(BOOK).docbook $(SRCS)
|
|
7 docbook2pdf -d $(STYLESHEET)#print $(BOOK).docbook
|
103
|
8
|
1500
|
9 $(BOOK).ps: $(BOOK).docbook $(SRCS)
|
|
10 docbook2ps -d $(STYLESHEET)#print $(BOOK).docbook
|
103
|
11
|
1500
|
12 $(BOOK).html: $(BOOK).docbook $(SRCS)
|
1148
|
13 $(RM) *.html
|
1500
|
14 # jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(BOOK).docbook
|
1011
|
15 # collateindex.pl -p -o index.docbook HTML.index
|
1500
|
16 docbook2html -d $(STYLESHEET)#html $(BOOK).docbook
|
1011
|
17
|
1500
|
18 print: $(BOOK).ps
|
|
19 psnup -2 $(BOOK).ps | lpr
|
103
|
20
|
|
21 clean:
|
1500
|
22 $(RM) *.html $(BOOK).pdf $(BOOK).pdf \
|
|
23 $(BOOK).ps *.log *.out *.aux
|
1011
|
24
|
727
|
25 SRCS = $(CHAPS) $(APXS) $(REFS)
|
|
26 CHAPS = intro.preface \
|
|
27 chap1.chapter chap2.chapter chap3.chapter chap4.chapter \
|
|
28 chap5.chapter chap6.chapter chap7.chapter
|
|
29 APXS = acia51.appendix display.appendix errorcodes.appendix keys.appendix
|
|
30 REFS = asm.refentry \
|
|
31 attr.refentry \
|
|
32 backup.refentry \
|
|
33 binex.refentry \
|
|
34 build.refentry \
|
|
35 chd.refentry \
|
|
36 cmp.refentry \
|
|
37 cobbler.refentry \
|
|
38 config.refentry \
|
|
39 copy.refentry \
|
|
40 date.refentry \
|
|
41 dcheck.refentry \
|
|
42 debug.refentry \
|
|
43 deiniz.refentry \
|
|
44 deldir.refentry \
|
|
45 del.refentry \
|
|
46 dir.refentry \
|
|
47 display.refentry \
|
|
48 dsave.refentry \
|
|
49 dump.refentry \
|
|
50 echo.refentry \
|
|
51 error.refentry \
|
|
52 ex.refentry \
|
|
53 format.refentry \
|
|
54 free.refentry \
|
|
55 go51.appendix \
|
|
56 go51.refentry \
|
|
57 help.refentry \
|
|
58 ident.refentry \
|
|
59 iniz.refentry \
|
|
60 kill.refentry \
|
|
61 link.refentry \
|
|
62 list.refentry \
|
|
63 load.refentry \
|
|
64 login.refentry \
|
|
65 makdir.refentry \
|
|
66 mdir.refentry \
|
|
67 merge.refentry \
|
|
68 mfree.refentry \
|
|
69 os9gen.refentry \
|
|
70 park.refentry \
|
|
71 printerr.refentry \
|
|
72 procs.refentry \
|
|
73 pwd.refentry \
|
|
74 rename.refentry \
|
|
75 save.refentry \
|
|
76 setime.refentry \
|
|
77 setpr.refentry \
|
|
78 shell.refentry \
|
|
79 sleep.refentry \
|
|
80 tee.refentry \
|
|
81 tmode.refentry \
|
|
82 tsmon.refentry \
|
|
83 tuneport.refentry \
|
|
84 unlink.refentry \
|
|
85 verify.refentry \
|
|
86 xmode.refentry
|