mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Fix bug in manpage6 generation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9904 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
850fe6e691
commit
dcd5038c12
@ -889,7 +889,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
|
|||||||
if [ -n "$MANPAGE6TAG" ]; then
|
if [ -n "$MANPAGE6TAG" ]; then
|
||||||
progress_message "Exporting $MANPAGE6TAG from SVN..."
|
progress_message "Exporting $MANPAGE6TAG from SVN..."
|
||||||
do_or_die "svn export --non-interactive --force ${SVN}/$MANPAGE6TAG manpages >> $LOGFILE 2>&1"
|
do_or_die "svn export --non-interactive --force ${SVN}/$MANPAGE6TAG manpages >> $LOGFILE 2>&1"
|
||||||
do_or_die mv manpages/* manpages6.save/
|
do_or_die mv manpages manpages6.save/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
progress_message "Exporting $LITEMANPAGETAG from SVN..."
|
progress_message "Exporting $LITEMANPAGETAG from SVN..."
|
||||||
|
Loading…
Reference in New Issue
Block a user