Switch docbook-to-man tool

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

View File

@ -334,7 +334,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
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
docbook2man $file
docbook-to-man $file
done
rm *.xml
cd $DIR