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 /Makefile.am | |
parent | 17f018e2cfc08146f427b82740c686f4a5024272 (diff) |
* Makefile.am: Build HTML version of radsecproxy.conf.5.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 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 |