]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
remove global.dat when cleaning cldr
authorAlex Morega <alex@grep.ro>
Thu, 4 Jul 2013 22:35:52 +0000 (00:35 +0200)
committerAlex Morega <alex@grep.ro>
Thu, 4 Jul 2013 22:35:52 +0000 (00:35 +0200)
Makefile

index 199374ba94428908bb24ac5c50815290046f9907..4c2088f7901aeb6f973b1ed1c8c04cdd824db505 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ import-cldr:
 
 clean-cldr:
        @rm babel/localedata/*.dat
+       @rm babel/global.dat
 
 develop:
        @pip install --editable .