xmppc/doc/Makefile
2020-05-16 08:45:05 +02:00

8 lines
167 B
Makefile

ADOC_FILE = xmppc.1.adoc
all:
doxygen Doxyfile
asciidoc -b docbook $(ADOC_FILE)
asciidoc -b html $(ADOC_FILE)
a2x --doctype manpage --format manpage $(ADOC_FILE)