annotate docs/articles/makefile @ 2321:6a5ada3e2666
added DWINIT op code, dw3 now sends on init just before installing VIRQ
author |
aaronwolfe |
date |
Wed, 06 Jan 2010 01:55:30 +0000 |
parents |
bc28c3bc3769 |
children |
|
rev |
line source |
1148
|
1 BOOK = articles
|
|
2 STYLESHEET = ../stylesheets/docbook-utils.dsl
|
|
3
|
|
4 all: $(BOOK).pdf
|
642
|
5
|
1148
|
6 $(BOOK).pdf: articles.docbook bootprocess.article ded.article diskcrash.article \
|
1074
|
7 os9software.article tutorial.article extensionmodule.article
|
1148
|
8 docbook2pdf -d $(STYLESHEET)#print $(BOOK).docbook
|
|
9 print:
|
|
10 psnup -2 $(BOOK).ps | lpr
|
|
11
|
|
12 clean:
|
|
13 $(RM) *.html $(BOOK).pdf $(BOOK).ps
|
|
14
|