diff options
author | Stuart Bishop <stuart@stuartbishop.net> | 2008-03-10 15:37:10 +0700 |
---|---|---|
committer | Stuart Bishop <stuart@stuartbishop.net> | 2008-03-10 15:37:10 +0700 |
commit | eeff9171ab8a5912f66c1a76d1d031e5434611e3 (patch) | |
tree | f66bbeeb9c3e825e9bee74977d0b84279a37b7c1 /Makefile | |
parent | 9dfa298381fde0a85eebde06bb31286112bf9ff3 (diff) | |
download | pytz-eeff9171ab8a5912f66c1a76d1d031e5434611e3.tar.gz |
Makefile tweak
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |