view docs/Makefile @ 449:96a05e89ab03

Fix command line bug in lwar lwar wasn't properly handling lw_cmdline_key_end so when bugs with bailout handling in lw_cmdline were fixed, lwar broke. This should fix it.
author William Astle <lost@l-w.ca>
date Sat, 02 Dec 2017 22:28:31 -0700
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/*