From 931d316e04e4b8c1be95c84f4a1f0a70c9d01f7d Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 10 Jul 2008 18:39:09 +0000 Subject: [PATCH] Switch man page generation from docbook2x to xmlto -- take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8620 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/buildshorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 2a7f741e9..6b1bd9ff2 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -470,7 +470,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then for f in *.xml; do if [ $f != shorewall-template.xml ]; then progress_message "Generating Man Page from $f..." - do_or_die xmlto --skip-validation man $f + do_or_die "xmlto --skip-validation man $f >> $LOGFILE 2>&1" case $f in *.conf.*|shorewall.xml) ;; @@ -494,7 +494,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then for f in *.xml; do if [ $f != shorewall-template.xml ]; then progress_message "Generating Man Page from $f..." - do_or_die xmlto --skip-validation man $f + do_or_die "xmlto --skip-validation man $f >> $LOGFILE 2>&1" case $f in *.conf.*|shorewall-lite.xml) ;;