forked from extern/shorewall_code
Fix bug in manpage6 generation
This commit is contained in:
parent
1ea375c4e3
commit
dea3f3bc29
@ -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