##// END OF EJS Templates
make: add new directory 'hgdemandimport' to cleanbutpackages rule...
Sean Farley -
r33606:92f7dcf9 stable
parent child Browse files
Show More
@@ -63,7 +63,7 b' doc:'
63 63
64 64 cleanbutpackages:
65 65 -$(PYTHON) setup.py clean --all # ignore errors from this command
66 find contrib doc hgext hgext3rd i18n mercurial tests \
66 find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
67 67 \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
68 68 rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
69 69 rm -f mercurial/__modulepolicy__.py
General Comments 0
You need to be logged in to leave comments. Login now