Show More
@@ -59,7 +59,7 doc: | |||
|
59 | 59 | |
|
60 | 60 | clean: |
|
61 | 61 | -$(PYTHON) setup.py clean --all # ignore errors from this command |
|
62 | find contrib doc hgext i18n mercurial tests \ | |
|
62 | find contrib doc hgext hgext3rd i18n mercurial tests \ | |
|
63 | 63 | \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
|
64 | 64 | rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py))) |
|
65 | 65 | rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err |
General Comments 0
You need to be logged in to leave comments.
Login now