From 1b861f9366b98c74dfc34e6febf14e62e9d47f60 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 01:42:37 +0000 Subject: [PATCH] Fix another bug in makeshorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4917 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 8af7a2abf..1c1b073d0 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -330,10 +330,11 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then if [ -n "$MANPAGETAG" ]; then cd $SHOREWALLDIR + progress_message "Exporting $MANPAGETAG from SVN..." do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$MANPAGETAG manpages >> $LOGFILE 2>&1" cd manpages for file in *.xml; do - docbook2xml $file + docbook2man $file done rm *.xml cd $DIR