summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-22 23:46:08 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-25 21:18:39 +0200
commit2d1882edeef621f3bacbfa6af2d7b5a5d34a81f1 (patch)
tree15f945398a70a57a08b0de302ec926f013025b42 /Makefile
parentd4a1a20de73069ba305820a4cbf934d684d505ca (diff)
downloadbabel-2d1882edeef621f3bacbfa6af2d7b5a5d34a81f1.tar.gz
localedata: Rename to locale-datasils/wheel
To fix the ImportError because of the name clash with localedata.py. locale-data is no valid python identifier and thus a nice indicator that this directory actually contains data.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12dbb5e..74b9a67 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ import-cldr:
@python scripts/download_import_cldr.py
clean-cldr:
- @rm -f babel/localedata/*.dat
+ @rm -f babel/locale-data/*.dat
@rm -f babel/global.dat
clean-pyc: