From ea4f850a2412df8bc4618b98350c2f961d8202ae Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 28 May 2010 15:21:45 +0200 Subject: * Makefile.am: Build HTML version of radsecproxy.conf.5. * Makefile.in: Regenerate. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6b2fa98..e2ab1e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,5 +51,10 @@ EXTRA_DIST = radsecproxy.conf-example \ man: $(srcdir)/radsecproxy.conf.5.xml docbook2x-man $< +# Build HTML version of radsecproxy.conf.5. NOTE: Only tested with +# 'openjade' package installed on Ubuntu 9.10. +html: $(srcdir)/radsecproxy.conf.5.xml + -openjade -E2000 -t sgml-raw -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -o radsecproxy.conf.html $< + clean-local: -rm radsecproxy.conf.5 -- cgit v1.1