Makefile
changeset 28976 9fb2e8c8f320
parent 28975 1828f13b13b1
child 28995 8b6b6513c09f
equal deleted inserted replaced
28975:1828f13b13b1 28976:9fb2e8c8f320
    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 	rm -f mercurial/__modulepolicy__.py
    67 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    67 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    68 	rm -rf build mercurial/locale
    68 	rm -rf build packages mercurial/locale
    69 	$(MAKE) -C doc clean
    69 	$(MAKE) -C doc clean
    70 	$(MAKE) -C contrib/chg distclean
    70 	$(MAKE) -C contrib/chg distclean
    71 
    71 
    72 install: install-bin install-doc
    72 install: install-bin install-doc
    73 
    73