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.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 853a8d9..0fc7d9b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -895,8 +895,6 @@ dvi: dvi-am dvi-am: -html: html-am - html-am: info: info-am @@ -975,6 +973,11 @@ uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS 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