Fix bug in manpage6 generation

This commit is contained in:
Tom Eastep 2009-04-16 13:21:26 -07:00
parent 1ea375c4e3
commit dea3f3bc29

View File

@ -889,7 +889,7 @@ if [ -n "${BUILDXML}${BUILDHTML}" ]; then
if [ -n "$MANPAGE6TAG" ]; then
progress_message "Exporting $MANPAGE6TAG from SVN..."
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
progress_message "Exporting $LITEMANPAGETAG from SVN..."