view docs/Makefile @ 172:a88b04ba5ab8

Fixed segfault opening relative paths without a current directory on the stack; probably a symptom of another bug somewhere
author William Astle <lost@l-w.ca>
date Mon, 05 Sep 2011 18:10:21 -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/*