Makefile
changeset 28976 9fb2e8c8f320
parent 28975 1828f13b13b1
child 28995 8b6b6513c09f
--- a/Makefile	Fri Apr 15 11:51:57 2016 -0700
+++ b/Makefile	Fri Apr 15 13:10:34 2016 -0700
@@ -65,7 +65,7 @@
 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
 	rm -f mercurial/__modulepolicy__.py
 	if test -d .hg; then rm -f mercurial/__version__.py; fi
-	rm -rf build mercurial/locale
+	rm -rf build packages mercurial/locale
 	$(MAKE) -C doc clean
 	$(MAKE) -C contrib/chg distclean