From 2e187768bb79de4d3d8366bc8afc81f0496fec9e Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 4 Jan 2007 16:25:40 +0000 Subject: [PATCH] Update build for OpenSuSE 10.2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5201 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 0f46c23c4..a3af657ec 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -43,7 +43,7 @@ # # XSL Stylesheet to use for XML->HTML conversion # -STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl +STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/current/xhtml/docbook.xsl # # Directory where the build log will be placed. The log has the name # shorewall_build_.log @@ -60,7 +60,7 @@ DIR=$PWD # # location and options for GnuPG # -GPG="/usr/bin/gpg -ab --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'" +GPG="/usr/bin/gpg -ab --batch --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'" # # SVN Repository # @@ -68,7 +68,7 @@ SVN=https://shorewall.svn.sourceforge.net/svnroot/shorewall # # Program that generates man pages from Docbook XML # -DOCBOOK2MAN=docbook2x-man +DOCBOOK2MAN="docbook-to-man -C /usr/share/docbook2X/xslt/catalog.xml --utf8trans-map /usr/share/docbook2X/charmaps/roff.charmap" ################################################################################ # V A R I A B L E S ################################################################################