diff options
author | Stuart Bishop <stuart.bishop@canonical.com> | 2005-05-13 17:01:33 +0000 |
---|---|---|
committer | Stuart Bishop <stuart.bishop@canonical.com> | 2005-05-13 17:01:33 +0000 |
commit | abcc2ce87d61abd36e0ebea492968c5ba064aa78 (patch) | |
tree | 5bf4174fdaf02a86f9ee8e6e38739a41d96eb715 /Makefile | |
parent | b8e5d0429906ec8265664c7ae1ed47aaef68b5c6 (diff) | |
download | pytz-abcc2ce87d61abd36e0ebea492968c5ba064aa78.tar.gz |
Add normalize, localize and __repr__ to UTC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |