view docs/Makefile @ 171:d59f17580e8b

Actually check for 6309 instructions when in 6809 mode. Thanks to adamgr on IRC for finding the problem.
author lost@l-w.ca
date Fri, 02 Sep 2011 18:10:26 -0600
parents 372d7c881831
children 411ef9735264
line wrap: on
line source

all:
	hg rm manual/* || true
	rm -f manual/*.pdf manual/*.html
	docbook2html -o manual manual.docbook.sgml
	docbook2html -u manual.docbook.sgml && mv manual.docbook.html manual/manual.html
	docbook2pdf -u manual.docbook.sgml && mv manual.docbook.pdf manual/manual.pdf
	hg add manual/*