Add build target for manual

This commit is contained in:
Daniel Aarno 2020-03-21 15:20:51 +00:00
parent cce3831403
commit d0f4bea811

View File

@ -4,6 +4,9 @@ if DOC
all:
@DOXYGEN@ Doxyfile
manual: manual.xml
xsltproc -o manual.html --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl manual.xml
else
all: