xmppc Release 0.1.0

This commit is contained in:
DebXWoody
2020-05-16 08:45:05 +02:00
parent 5480f8e6d9
commit 854fa1faf9
9 changed files with 150 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
TXT_FILE = xmppc.1.txt
ADOC_FILE = xmppc.1.adoc
all:
doxygen Doxyfile
asciidoc -b docbook $(TXT_FILE)
asciidoc -b html $(TXT_FILE)
a2x --doctype manpage --format manpage $(TXT_FILE)
asciidoc -b docbook $(ADOC_FILE)
asciidoc -b html $(ADOC_FILE)
a2x --doctype manpage --format manpage $(ADOC_FILE)