Makefile
changeset 7791 089cb73f8ecc
parent 7710 88326ee85a1b
child 7893 606723f4a327
--- 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