Makefile
changeset 28430 17b85d739b62
parent 27212 ef9301ce6046
child 28457 e6310cdcc4d0
equal deleted inserted replaced
28429:a47881680402 28430:17b85d739b62
    61 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    61 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    62 	find contrib doc hgext i18n mercurial tests \
    62 	find contrib doc hgext i18n mercurial tests \
    63 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    63 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    64 	rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
    64 	rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
    65 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
    65 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
       
    66 	rm -f mercurial/__modulepolicy__.py
    66 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    67 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    67 	rm -rf build mercurial/locale
    68 	rm -rf build mercurial/locale
    68 	$(MAKE) -C doc clean
    69 	$(MAKE) -C doc clean
    69 
    70 
    70 install: install-bin install-doc
    71 install: install-bin install-doc