mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
In the source dist., don't include:
- the .cvsignore files; these are only useful in the CVS tree - ref/ref.pdf - ref/ref.ps After compression, these last two account for about one-half MB, and half the tarball. They can be picked up from the appropriate format dist if needed.
This commit is contained in:
parent
b30d0164bf
commit
45e564dd78
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ else
|
||||||
rm -r `find $TEMPDIR -name CVS -print` || exit $?
|
rm -r `find $TEMPDIR -name CVS -print` || exit $?
|
||||||
fi
|
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
|
cd $TEMPDIR
|
||||||
|
|
||||||
(tar cf - Python-$VERSION | gzip -9 >$MYDIR/latex-$VERSION.tar.gz) || exit $?
|
(tar cf - Python-$VERSION | gzip -9 >$MYDIR/latex-$VERSION.tar.gz) || exit $?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue