forked from extern/shorewall_code
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:
parent
7c823c1409
commit
b80ffb431e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user