changeset 7791:089cb73f8ecc

Makefile: remove locale folder during clean
author Brodie Rao <me+hg@dackz.net>
date Tue, 17 Feb 2009 18:47:28 -0500
parents 1817e45c2212
children cf427b04d5c0
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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