Makefile
branchstable
changeset 33605 92f7dcf9a40b
parent 33596 af09413deb72
child 33668 8de8f8a91f2d
child 33681 8626b44516c1
--- a/Makefile	Sat Jul 29 12:50:56 2017 -0700
+++ b/Makefile	Sat Jul 29 19:12:48 2017 -0700
@@ -63,7 +63,7 @@
 
 cleanbutpackages:
 	-$(PYTHON) setup.py clean --all # ignore errors from this command
-	find contrib doc hgext hgext3rd i18n mercurial tests \
+	find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
 	rm -f mercurial/__modulepolicy__.py