summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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