summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvenaas <venaas>2008-10-06 14:35:14 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-10-06 14:35:14 +0000
commit77b8fcd93b91f3741071210df2baccffc539f880 (patch)
tree48f78660bf23a8e436e737e9d757e50c963d8ee9 /Makefile
parentc771a3cba69c474d705e42d564c49a4e7dadfad0 (diff)
updated man pages, generated from docbook
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@417 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6eb07e2..f4d363b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,9 @@ catgconf: util.o debug.o gconfig.o catgconf.o
clean:
rm -f $(OBJ) catgconf.o radsecproxy catgconf
+
+man:
+ docbook2man.pl --to-stdout radsecproxy.conf.5.xml > radsecproxy.conf.5
+
+html:
+ openjade -E10000 -t sgml -d /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl -o radsecproxy.conf.5.html radsecproxy.conf.5.xml