summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2008-03-10 15:37:10 +0700
committerStuart Bishop <stuart@stuartbishop.net>2008-03-10 15:37:10 +0700
commiteeff9171ab8a5912f66c1a76d1d031e5434611e3 (patch)
treef66bbeeb9c3e825e9bee74977d0b84279a37b7c1 /Makefile
parent9dfa298381fde0a85eebde06bb31286112bf9ff3 (diff)
downloadpytz-eeff9171ab8a5912f66c1a76d1d031e5434611e3.tar.gz
Makefile tweak
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 543d209..05aa695 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ dist: build/dist/locales/pytz.pot .stamp-dist
${PYTHON25} setup.py bdist_egg --dist-dir=../tarballs
touch $@
-upload: build/dist/locales/pytz.pot .stamp-upload
+upload: dist build/dist/locales/pytz.pot .stamp-upload
.stamp-upload: .stamp-tzinfo
cd build/dist && \
${PYTHON} setup.py register sdist \