equal
deleted
inserted
replaced
62 |
62 |
63 doc: |
63 doc: |
64 $(MAKE) -C doc |
64 $(MAKE) -C doc |
65 |
65 |
66 cleanbutpackages: |
66 cleanbutpackages: |
|
67 rm -f hg.exe |
67 -$(PYTHON) setup.py clean --all # ignore errors from this command |
68 -$(PYTHON) setup.py clean --all # ignore errors from this command |
68 find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \ |
69 find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \ |
69 \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
70 \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' |
70 rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err |
71 rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err |
71 rm -f mercurial/__modulepolicy__.py |
72 rm -f mercurial/__modulepolicy__.py |