Show More
@@ -45,7 +45,7 b' doc:' | |||||
45 | clean: |
|
45 | clean: | |
46 | -$(PYTHON) setup.py clean --all # ignore errors from this command |
|
46 | -$(PYTHON) setup.py clean --all # ignore errors from this command | |
47 | find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
|
47 | find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' | |
48 |
rm -f MANIFEST |
|
48 | rm -f MANIFEST tests/*.err | |
49 | rm -rf build mercurial/locale |
|
49 | rm -rf build mercurial/locale | |
50 | $(MAKE) -C doc clean |
|
50 | $(MAKE) -C doc clean | |
51 |
|
51 |
General Comments 0
You need to be logged in to leave comments.
Login now