Makefile: remove locale folder during clean
authorBrodie Rao <me+hg@dackz.net>
Tue, 17 Feb 2009 18:47:28 -0500
changeset 7791 089cb73f8ecc
parent 7790 1817e45c2212
child 7792 cf427b04d5c0
Makefile: remove locale folder during clean
Makefile
--- a/Makefile	Wed Feb 18 00:44:38 2009 +0100
+++ b/Makefile	Tue Feb 17 18:47:28 2009 -0500
@@ -38,6 +38,7 @@
 	-$(PYTHON) setup.py clean --all # ignore errors of this command
 	find . -name '*.py[cdo]' -exec rm -f '{}' ';'
 	rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
+	rm -rf locale
 	$(MAKE) -C doc clean
 
 install: install-bin install-doc