Makefile

1TXT_FILE = xmppc.1.txt
2
3all:
4	doxygen Doxyfile
5	asciidoc -b docbook $(TXT_FILE)
6	asciidoc -b html $(TXT_FILE)
7	a2x --doctype manpage --format manpage $(TXT_FILE)