view docs/Makefile @ 392:4c5d3b990a3f

Remove duplicate typedef in lw_expr.h Remove duplicate lw_expr_testfn_t typedef. It's pointless to do that and generates warnings from some compilers.
author William Astle <lost@l-w.ca>
date Tue, 14 Jul 2015 23:01:57 -0600
parents e4ad15af2e93
children fc166b3bbae3
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 manual/* || true
	$(MAKE) all
	hg add manual/*