Mercurial > hg
changeset 28975:1828f13b13b1
make: add forgotten hgext3rd to clean rule
author | Sean Farley <sean@farley.io> |
---|---|
date | Fri, 15 Apr 2016 11:51:57 -0700 |
parents | ef5553fab197 |
children | 9fb2e8c8f320 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Apr 15 11:51:41 2016 -0700 +++ b/Makefile Fri Apr 15 11:51:57 2016 -0700 @@ -59,7 +59,7 @@ clean: -$(PYTHON) setup.py clean --all # ignore errors from this command - find contrib doc hgext i18n mercurial tests \ + find contrib doc hgext hgext3rd i18n mercurial tests \ \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py))) rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err