mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 20:51:15 +01:00
Fix another bug in makeshorewall
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4917 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5a2376078c
commit
1b861f9366
@ -330,10 +330,11 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
|
|
||||||
if [ -n "$MANPAGETAG" ]; then
|
if [ -n "$MANPAGETAG" ]; then
|
||||||
cd $SHOREWALLDIR
|
cd $SHOREWALLDIR
|
||||||
|
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 file in *.xml; do
|
||||||
docbook2xml $file
|
docbook2man $file
|
||||||
done
|
done
|
||||||
rm *.xml
|
rm *.xml
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user