doc: Add target to generate HTML manpages
authorJens Georg <jensg@openismus.com>
Sat, 20 Jul 2013 20:24:24 +0000 (22:24 +0200)
committerJens Georg <jensg@openismus.com>
Sun, 21 Jul 2013 08:37:58 +0000 (10:37 +0200)
doc/Makefile.am

index 536eae0..8e84ab0 100644 (file)
@@ -16,4 +16,8 @@ if HAVE_XSLTPROC
        $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >/dev/null 2>&1 $<
 CLEANFILES = \
                $(dist_man1_MANS) $(dist_man5_MANS)
+
+%.html: man/%.xml
+       $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl >/dev/null 2>&1 $<
+
 endif