From d0f4bea8116352828a7aac28517d57042730baf9 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Sat, 21 Mar 2020 15:20:51 +0000 Subject: [PATCH] Add build target for manual --- docs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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: