Makefile
changeset 44201 64e104ca555e
parent 43736 640bae94f2f3
child 45350 1c8e3c17c702
equal deleted inserted replaced
44200:fa9ad1da2e77 44201:64e104ca555e
    62 
    62 
    63 doc:
    63 doc:
    64 	$(MAKE) -C doc
    64 	$(MAKE) -C doc
    65 
    65 
    66 cleanbutpackages:
    66 cleanbutpackages:
       
    67 	rm -f hg.exe
    67 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    68 	-$(PYTHON) setup.py clean --all # ignore errors from this command
    68 	find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
    69 	find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
    69 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    70 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
    70 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
    71 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
    71 	rm -f mercurial/__modulepolicy__.py
    72 	rm -f mercurial/__modulepolicy__.py