From 5b7b922b429a5a74e15bb16d399841942530c27b Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 20 Jul 2013 22:24:24 +0200 Subject: [PATCH] doc: Add target to generate HTML manpages --- doc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 536eae0..8e84ab0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 -- 2.7.4