manpage for xmppc

xmppc.1.txt is the manpage in asciidoc format. It can be converted to docbook /
html with asciidoc and a2x to manpage.

	asciidoc -b docbook $(TXT_FILE)
	asciidoc -b html $(TXT_FILE)
	a2x --doctype manpage --format manpage $(TXT_FILE)

Issue: #6
This commit is contained in:
DebXWoody
2020-04-29 19:18:24 +02:00
parent 28412e77d4
commit b9dc268036
4 changed files with 1538 additions and 64 deletions

View File

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