Show More
@@ -39,7 +39,7 b' clean:' | |||
|
39 | 39 | -$(PYTHON) setup.py clean --all # ignore errors from this command |
|
40 | 40 | find . -name '*.py[cdo]' -exec rm -f '{}' ';' |
|
41 | 41 | rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err |
|
42 | rm -rf locale | |
|
42 | rm -rf mercurial/locale | |
|
43 | 43 | $(MAKE) -C doc clean |
|
44 | 44 | |
|
45 | 45 | install: install-bin install-doc |
General Comments 0
You need to be logged in to leave comments.
Login now