From b80ffb431e6f6805e5e26fce3a4d4da09213b7c4 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 25 Jan 2007 23:52:50 +0000 Subject: [PATCH] Workaround for new XSL treatment of unlinks in manpages git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5304 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index c255f1f2c..bce337989 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -353,6 +353,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then fi done rm *.xml + perl -p -i'' -e 's/ \[.*?html\]//g' *.5 *.8 cd $DIR cd $SHOREWALLLITEDIR @@ -367,6 +368,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then fi done rm *.xml + perl -p -i'' -e 's/ \[.*?html\]//g' *.5 *.8 cd $DIR fi