]> granicus.if.org Git - python/commitdiff
No need to run make twice here.
authorFred Drake <fdrake@acm.org>
Thu, 25 Oct 2001 15:13:30 +0000 (15:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Oct 2001 15:13:30 +0000 (15:13 +0000)
Doc/tools/push-docs.sh

index 381b160455ddeb0f36c3d88e60934c73bc0c7657..11a5f336ea3b0fb60330700c874804b2e5dfbf2d 100755 (executable)
@@ -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"