Makefile
changeset 28974 ef5553fab197
parent 28457 e6310cdcc4d0
child 28975 1828f13b13b1
--- a/Makefile	Sat Apr 16 11:17:06 2016 -0700
+++ b/Makefile	Fri Apr 15 11:51:41 2016 -0700
@@ -67,6 +67,7 @@
 	if test -d .hg; then rm -f mercurial/__version__.py; fi
 	rm -rf build mercurial/locale
 	$(MAKE) -C doc clean
+	$(MAKE) -C contrib/chg distclean
 
 install: install-bin install-doc