diff options
author | venaas <venaas> | 2008-10-06 14:49:11 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-06 14:49:11 +0000 |
commit | 47cef5d953596d1d00b0c3735e093e0003273435 (patch) | |
tree | eb7d6d2e5776c157156d6e6e4a9a897eeb512200 /Makefile | |
parent | d528d69f0f9afb96f157693cafe4a8191fb9e9a5 (diff) |
use sgml-raw instead of sgml to avoid linebreak inside tags
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@419 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |