comparison Makefile @ 10073:25919ebaba01

Makefile: update "make clean" target after f91e5630ce7e
author Martin Geisler <mg@lazybytes.net>
date Mon, 14 Dec 2009 23:14:50 +0100
parents a1217735dffb
children 821793e3049c
comparison
equal deleted inserted replaced
10072:c0237e23151b 10073:25919ebaba01
37 37
38 clean: 38 clean:
39 -$(PYTHON) setup.py clean --all # ignore errors from this command 39 -$(PYTHON) setup.py clean --all # ignore errors from this command
40 find . -name '*.py[cdo]' -exec rm -f '{}' ';' 40 find . -name '*.py[cdo]' -exec rm -f '{}' ';'
41 rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err 41 rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
42 rm -rf locale 42 rm -rf mercurial/locale
43 $(MAKE) -C doc clean 43 $(MAKE) -C doc clean
44 44
45 install: install-bin install-doc 45 install: install-bin install-doc
46 46
47 install-bin: build 47 install-bin: build