Mercurial > hg
comparison Makefile @ 8365:94e91205d9b6
Makefile: fix grammar in comment
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Tue, 12 May 2009 10:03:36 -0400 |
parents | a9c1172a025e |
children | de150a942ec8 |
comparison
equal
deleted
inserted
replaced
8364:fa901423ac23 | 8365:94e91205d9b6 |
---|---|
34 | 34 |
35 doc: | 35 doc: |
36 $(MAKE) -C doc | 36 $(MAKE) -C doc |
37 | 37 |
38 clean: | 38 clean: |
39 -$(PYTHON) setup.py clean --all # ignore errors of 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 locale |
43 $(MAKE) -C doc clean | 43 $(MAKE) -C doc clean |
44 | 44 |