view docs/Makefile @ 350:f0910d85f7db

Remove extraneous PWD reference from Makefile. It's not clear why the $PWD reference was even present. It was possibly a historical artifact from a previous Makefile structure. Thank you to Tormod Volden for recommending the fix.
author William Astle <lost@l-w.ca>
date Mon, 13 Apr 2015 08:46:17 -0600
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/*