Remove .pyc files from tarball when running maketarball.sh

This commit is contained in:
Christopher Allan Webber 2013-03-12 21:36:05 -05:00
parent c56243f08c
commit 880f396bd9

View File

@ -161,6 +161,9 @@ then
rm -rf docs/_build/
fi
# Remove .pyc files that may have been generated by sphinx
find mediagoblin -name '*.pyc' -exec rm {} \;
popd
tar -cvf $FNBASE.tar $FNBASE