diff options
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/mktarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/mktarball.sh b/Doc/tools/mktarball.sh index 0475081..6d93206 100755 --- a/Doc/tools/mktarball.sh +++ b/Doc/tools/mktarball.sh @@ -35,7 +35,7 @@ rm -f $TEMPDIR/Python-$RELEASE/Doc/ref/ref.ps cd $TEMPDIR -(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tar.gz) || exit $? +(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tgz) || exit $? cd $MYDIR rm -r $TEMPDIR || exit $? |