comparison Makefile @ 18598:4723ccb62282

check-code: add Makefile target to run check-code
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 09 Feb 2013 15:57:04 +0100
parents 7c9b07f0da73
children 80983af366b5
comparison
equal deleted inserted replaced
18597:542110817450 18598:4723ccb62282
92 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) 92 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS)
93 93
94 test-%: 94 test-%:
95 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@ 95 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@
96 96
97 check-code:
98 hg manifest | xargs python contrib/check-code.py
99
97 update-pot: i18n/hg.pot 100 update-pot: i18n/hg.pot
98 101
99 i18n/hg.pot: $(PYFILES) $(DOCFILES) 102 i18n/hg.pot: $(PYFILES) $(DOCFILES)
100 $(PYTHON) i18n/hggettext mercurial/commands.py \ 103 $(PYTHON) i18n/hggettext mercurial/commands.py \
101 hgext/*.py hgext/*/__init__.py \ 104 hgext/*.py hgext/*/__init__.py \