summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2007-03-03 15:02:59 +0700
committerStuart Bishop <stuart.bishop@canonical.com>2007-03-03 15:02:59 +0700
commit5b29e27d986218aa2a52eb6544bbd47c1c1d77d3 (patch)
treece0245ab6243056dfcd094e1d7a040350fb0e4a5 /Makefile
parentd3c562c1bfd5259a8ce4015ead1c6a60820653f6 (diff)
parentabacbaf725949dd38a9b2446f6e694ca7c2a5765 (diff)
downloadpytz-5b29e27d986218aa2a52eb6544bbd47c1c1d77d3.tar.gz
Merge "Runtime tzfile parser" branch from http://bazaar.launchpad.net/~jamesh/pytz/tzfile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0ac8833..2b40034 100644
--- a/Makefile
+++ b/Makefile
@@ -64,10 +64,10 @@ README.html: test_docs
rst2html --embed-stylesheet \
--traceback src/README.txt > README.html
-.stamp-tzinfo: .stamp-zoneinfo gen_tzinfo.py
+.stamp-tzinfo: .stamp-zoneinfo gen_tzinfo.py build/etc/zoneinfo/GMT
${PYTHON} gen_tzinfo.py ${TARGET}
- cp ${OLSON}/src/zone.tab build/dist/pytz/
- chmod u+w build/dist/pytz/zone.tab
+ rm -rf build/dist/pytz/zoneinfo
+ cp -a build/etc/zoneinfo build/dist/pytz/zoneinfo
touch $@
.stamp-zoneinfo:
@@ -75,7 +75,7 @@ README.html: test_docs
touch $@
build/dist/locales/pytz.pot: .stamp-tzinfo
- ${PYTHON} gen_pot.py build/dist/pytz/locales/pytz.pot
+ @: #${PYTHON} gen_pot.py build/dist/pytz/locales/pytz.pot
# cd build/dist; mkdir locales; \
# pygettext --extract-all --no-location \