summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2005-12-31 09:36:50 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2005-12-31 09:36:50 +0000
commit7fd7f02db591f2ef5b8219e1f0ff05b31b6c851c (patch)
tree75fbeb17843ca3c45a33e870a633905def3ea456 /Makefile
parente42f8cba7ce7fa96f908614e1958a230fe02d70e (diff)
downloadpytz-7fd7f02db591f2ef5b8219e1f0ff05b31b6c851c.tar.gz
Install pytz.pot and update CHANGES.txt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e237db4..2b76823 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ README.html: test_docs
${MAKE} -C ${OLSON}/src TOPDIR=`pwd`/build install
touch $@
-build/dist/locales/pytz.pot:
+build/dist/locales/pytz.pot: .stamp-tzinfo
${PYTHON} gen_pot.py build/dist/pytz/locales/pytz.pot
# cd build/dist; mkdir locales; \