Mercurial > hg > mercurial-source
diff Makefile @ 16729:3c398032bf46 stable
Makefile: remove generated mercurial/__version__.py
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 15 May 2012 12:44:07 +0200 (2012-05-15) |
parents | d9e2f09d5488 |
children | 682a8ad26138 |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ -$(PYTHON) setup.py clean --all # ignore errors from this command find . \( -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 tests/*.err + rm -f MANIFEST MANIFEST.in mercurial/__version__.py tests/*.err rm -rf build mercurial/locale $(MAKE) -C doc clean