summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mktarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/mktarball.sh')
-rwxr-xr-xDoc/tools/mktarball.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/mktarball.sh b/Doc/tools/mktarball.sh
index e9d0c99..6e7ea81 100755
--- a/Doc/tools/mktarball.sh
+++ b/Doc/tools/mktarball.sh
@@ -28,6 +28,11 @@ else
rm -r `find $TEMPDIR -name CVS -print` || exit $?
fi
+rm -f `find $TEMPDIR/Python-$VERSION -name .cvsignore -print`
+
+rm -f $TEMPDIR/Python-$VERSION/Doc/ref/ref.pdf
+rm -f $TEMPDIR/Python-$VERSION/Doc/ref/ref.ps
+
cd $TEMPDIR
(tar cf - Python-$VERSION | gzip -9 >$MYDIR/latex-$VERSION.tar.gz) || exit $?