##// END OF EJS Templates
Makefile: remove generated mercurial/__version__.py
Thomas Arendsen Hein -
r16734:3c398032 stable
parent child Browse files
Show More
@@ -46,7 +46,7 b' clean:'
46 -$(PYTHON) setup.py clean --all # ignore errors from this command
46 -$(PYTHON) setup.py clean --all # ignore errors from this command
47 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
47 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
48 rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
48 rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
49 rm -f MANIFEST MANIFEST.in tests/*.err
49 rm -f MANIFEST MANIFEST.in mercurial/__version__.py tests/*.err
50 rm -rf build mercurial/locale
50 rm -rf build mercurial/locale
51 $(MAKE) -C doc clean
51 $(MAKE) -C doc clean
52
52
General Comments 0
You need to be logged in to leave comments. Login now