diff --git a/Makefile b/Makefile index d0dba427d9..053a6a70fb 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ doc: local cleanbutpackages: -$(PYTHON) setup.py clean --all # ignore errors from this command - find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \ + find contrib doc hgext 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