mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Exclude shorewall-template.xml from man page generation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4922 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f22133bfc2
commit
1c4b717b63
@ -333,8 +333,11 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
progress_message "Exporting $MANPAGETAG from SVN..."
|
progress_message "Exporting $MANPAGETAG from SVN..."
|
||||||
do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$MANPAGETAG manpages >> $LOGFILE 2>&1"
|
do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$MANPAGETAG manpages >> $LOGFILE 2>&1"
|
||||||
cd manpages
|
cd manpages
|
||||||
for file in *.xml; do
|
for f in *.xml; do
|
||||||
docbook-to-man $file
|
if [ $f != shorewall-templage.xml ]; then
|
||||||
|
progress_message "Generating Man Page from $f..."
|
||||||
|
docbook-to-man $f
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
rm *.xml
|
rm *.xml
|
||||||
cd $DIR
|
cd $DIR
|
||||||
@ -593,4 +596,3 @@ if [ -n "$OLDVERSION" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
progress_message "Shorewall $VERSION Build complete - $(date)"
|
progress_message "Shorewall $VERSION Build complete - $(date)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user