From: Alex Morega Date: Thu, 4 Jul 2013 22:35:52 +0000 (+0200) Subject: remove global.dat when cleaning cldr X-Git-Tag: 1.0~129^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde46bfe6b7f1fc7765161dd73b66190953428b8;p=thirdparty%2Fbabel.git remove global.dat when cleaning cldr --- diff --git a/Makefile b/Makefile index 199374ba..4c2088f7 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ import-cldr: clean-cldr: @rm babel/localedata/*.dat + @rm babel/global.dat develop: @pip install --editable .