Fix another bug in makeshorewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4917 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-19 01:42:37 +00:00
parent 5a2376078c
commit 1b861f9366

View File

@ -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