summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2005-05-13 17:01:33 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2005-05-13 17:01:33 +0000
commitabcc2ce87d61abd36e0ebea492968c5ba064aa78 (patch)
tree5bf4174fdaf02a86f9ee8e6e38739a41d96eb715 /Makefile
parentb8e5d0429906ec8265664c7ae1ed47aaef68b5c6 (diff)
downloadpytz-abcc2ce87d61abd36e0ebea492968c5ba064aa78.tar.gz
Add normalize, localize and __repr__ to UTC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3be76d..4926777 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,10 @@ test: test_tzinfo test_docs test_zdump
clean:
rm -f .stamp-*
- rm -rf build/{etc,lib,man,tarballs}; make -C ${OLSON}/src clean
+ rm -rf build/{etc,lib,man,tarballs}
+ find build/dist -name \*.py | xargs -r rm
+ rm -f build/dist/*.txt build/dist/MANIFEST*
+ make -C ${OLSON}/src clean
find . -name \*.pyc | xargs rm -f
test_tzinfo: .stamp-tzinfo