From d528d69f0f9afb96f157693cafe4a8191fb9e9a5 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 6 Oct 2008 14:36:00 +0000 Subject: updated man pages, generated from docbook git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@418 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1