From f27fa3c7a2c99b4db152164dc4e2c2d6ebb1f647 Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 6 Oct 2008 14:49:11 +0000 Subject: use sgml-raw instead of sgml to avoid linebreak inside tags git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@419 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4d363b..0594f83 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ 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 + openjade -E10000 -t sgml-raw -d /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl -o radsecproxy.conf.5.html radsecproxy.conf.5.xml -- cgit v1.1