From 77b8fcd93b91f3741071210df2baccffc539f880 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 6 Oct 2008 14:35:14 +0000 Subject: 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 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1