- fix 'clean' target of Makefile.

git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@25 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
develop
schlatterbeck 2010-06-30 16:05:24 +00:00
parent 00faa6857c
commit 417a083266
1 changed files with 3 additions and 1 deletions

View File

@ -23,9 +23,11 @@ dist: all
clean:
rm -f MANIFEST README.html default.css \
$(PKG)/Version.py $(PKG)/Version.pyc ${CHANGES} ${NOTES}
$(PKG)/Version.py $(PKG)/Version.pyc ${CHANGES} ${NOTES} \
upload ReleaseNotes.txt announce_pypi upload_homepage
rm -rf dist build
release: upload upload_homepage announce_pypi announce
include ../make/Makefile-sf