view docs/Makefile @ 194:f8b33b3a45ac

Fix noexpand macro listings to show all bytes output Fix stupid error when checking for more than 8 bytes for a given source line so it checks the correct byte length instead of just checking the length of the current line's output.
author William Astle <lost@l-w.ca>
date Wed, 25 Jan 2012 22:39:17 -0700
parents 411ef9735264
children e4ad15af2e93
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
	rm -f manual.docbook.html
	hg add manual/*