view docs/Makefile @ 439:ff4b6095ee72

Bump patch number on gcc6809 patch. The previous update from Brett Gordon <beretta42@gmail.com> updated the gcc6809 patch but didn't update it's patch number tag. Update the tag now.
author William Astle <lost@l-w.ca>
date Tue, 15 Aug 2017 20:49:58 -0600
parents fc166b3bbae3
children
line wrap: on
line source

all:
	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

maint:
	hg rm --force manual/* || true
	$(MAKE) all
	hg add manual/*