Makefile
changeset 12500 deeef07c6e7d
parent 12499 596ad02eabe4
child 12806 57b9fd75b6f8
equal deleted inserted replaced
12499:596ad02eabe4 12500:deeef07c6e7d
    43 
    43 
    44 clean:
    44 clean:
    45 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    45 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    46 	find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    46 	find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    47 	rm -f MANIFEST mercurial/__version__.py tests/*.err
    47 	rm -f MANIFEST mercurial/__version__.py tests/*.err
    48 	rm -rf mercurial/locale
    48 	rm -rf build mercurial/locale
    49 	$(MAKE) -C doc clean
    49 	$(MAKE) -C doc clean
    50 
    50 
    51 install: install-bin install-doc
    51 install: install-bin install-doc
    52 
    52 
    53 install-bin: build
    53 install-bin: build