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
This commit is contained in:
teastep 2007-01-25 23:52:50 +00:00
parent 7c823c1409
commit b80ffb431e

View File

@ -353,6 +353,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
fi fi
done done
rm *.xml rm *.xml
perl -p -i'' -e 's/ \[.*?html\]//g' *.5 *.8
cd $DIR cd $DIR
cd $SHOREWALLLITEDIR cd $SHOREWALLLITEDIR
@ -367,6 +368,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
fi fi
done done
rm *.xml rm *.xml
perl -p -i'' -e 's/ \[.*?html\]//g' *.5 *.8
cd $DIR cd $DIR
fi fi