summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvenaas <venaas>2008-10-06 14:36:00 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-10-06 14:36:00 +0000
commitd528d69f0f9afb96f157693cafe4a8191fb9e9a5 (patch)
tree605854c1548ce994935bda5536b19b7462af2a52 /Makefile
parentfd7fe8f00bf6c23f3c29d41e6533dbbd9f61c59a (diff)
updated man pages, generated from docbook
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@418 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 102f5cc..31b9457 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