##// END OF EJS Templates
build: don't delete precious version information on 'make clean'...
Matt Mackall -
r13101:37d0fe7a default
parent child Browse files
Show More
@@ -45,7 +45,7 b' doc:'
45 clean:
45 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 MANIFEST mercurial/__version__.py tests/*.err
48 rm -f MANIFEST tests/*.err
49 rm -rf build mercurial/locale
49 rm -rf build mercurial/locale
50 $(MAKE) -C doc clean
50 $(MAKE) -C doc clean
51
51
General Comments 0
You need to be logged in to leave comments. Login now