diff --git a/docs/Makefile b/docs/Makefile index 111e90c..a2fa74d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,11 +1,14 @@ -all: boothd.8 boothd.html +all: boothd.8 boothd.html boothd.xml boothd.8: boothd.8.txt a2x --doctype manpage --format manpage --verbose $< boothd.html: boothd.8.txt a2x --doctype manpage --format xhtml --verbose $< + +boothd.xml: boothd.8.txt + a2x --doctype manpage --format docbook --verbose $<