From 01c00b41b7115f6dc00a05b34d4813ae8054771d Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 01:53:33 +0000 Subject: [PATCH] Switch docbook-to-man tool git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4918 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 1c1b073d0..2e0cd4186 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -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