view docs/articles/makefile @ 2640:8d24c482646e

o increased timeout in atari dwread.asm module o fixed bug in rbdw3.asm where OP_INIT wasn't being sent o replaced constant offset jumps into dw3.sb with labels
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 28 Feb 2012 23:09:32 -0600
parents bc28c3bc3769
children
line wrap: on
line source

BOOK            = articles
STYLESHEET      = ../stylesheets/docbook-utils.dsl

all: $(BOOK).pdf

$(BOOK).pdf: articles.docbook bootprocess.article ded.article diskcrash.article \
            os9software.article tutorial.article extensionmodule.article
	docbook2pdf -d $(STYLESHEET)#print $(BOOK).docbook
print:
	psnup -2 $(BOOK).ps | lpr

clean:
	$(RM) *.html $(BOOK).pdf $(BOOK).ps