diff --git a/docs/Makefile.am b/docs/Makefile.am index 6cb7c3a..f9a0528 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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: