Skip to content

Commit

Permalink
* Makefile.am: Build HTML version of radsecproxy.conf.5.
Browse files Browse the repository at this point in the history
* Makefile.in: Regenerate.
  • Loading branch information
Linus Nordberg committed May 28, 2010
1 parent 17f018e commit ea4f850
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,6 @@ dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ea4f850

Please sign in to comment.