No need to run make twice here.

This commit is contained in:
Fred Drake 2001-10-25 15:13:30 +00:00
parent 0099d8f8fb
commit a281665972
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ MYDIR="`pwd`"
cd ..
# now in .../Doc/
make --no-print-directory || exit $?
make --no-print-directory bziphtml || exit $?
RELEASE=`grep '^RELEASE=' Makefile | sed 's|RELEASE=||'`
PACKAGE="html-$RELEASE.tar.bz2"