Show More
@@ -56,7 +56,8 clean: | |||||
56 | find contrib doc hgext i18n mercurial tests \ |
|
56 | find contrib doc hgext i18n mercurial tests \ | |
57 | \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
|
57 | \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' | |
58 | rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py))) |
|
58 | rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py))) | |
59 |
rm -f MANIFEST MANIFEST.in |
|
59 | rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err | |
|
60 | if test -d .hg; then rm -f mercurial/__version__.py; fi | |||
60 | rm -rf build mercurial/locale |
|
61 | rm -rf build mercurial/locale | |
61 | $(MAKE) -C doc clean |
|
62 | $(MAKE) -C doc clean | |
62 |
|
63 |
General Comments 0
You need to be logged in to leave comments.
Login now