# HG changeset patch
# User Sean Farley <sean@farley.io>
# Date 2017-07-30 02:12:48
# Node ID 92f7dcf9a40b056573be89f611e1f093521696d7
# Parent  8b00c723cee13e3bb96f77bd034a584350c59c6e

make: add new directory 'hgdemandimport' to cleanbutpackages rule

This fixes the build process for ppa (at least in my simple check).
Perhaps we should loop through all directory that aren't 'packages'?

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ doc:
 
 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