forked from extern/shorewall_code
Exclude shorewall-template.xml from man page generation -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4923 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1c4b717b63
commit
a2d4ccb27e
@ -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 f in *.xml; do
|
||||
if [ $f != shorewall-templage.xml ]; then
|
||||
if [ $f != shorewall-template.xml ]; then
|
||||
progress_message "Generating Man Page from $f..."
|
||||
docbook-to-man $f
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user