diff options
author | Linus Nordberg <linus@nordberg.se> | 2010-05-28 15:21:45 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-05-28 15:21:45 +0200 |
commit | ea4f850a2412df8bc4618b98350c2f961d8202ae (patch) | |
tree | 7c80565b8aa9d217c5558474503a6bf7aa6e69c2 | |
parent | 17f018e2cfc08146f427b82740c686f4a5024272 (diff) |
* Makefile.am: Build HTML version of radsecproxy.conf.5.
* Makefile.in: Regenerate.
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | Makefile.in | 7 |
2 files changed, 10 insertions, 2 deletions
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 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 |