##// END OF EJS Templates
Makefile: update "make clean" target after f91e5630ce7e
Martin Geisler -
r10073:25919eba default
parent child Browse files
Show More
@@ -39,7 +39,7 b' 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
General Comments 0
You need to be logged in to leave comments. Login now