# HG changeset patch # User Benoit Boissinot # Date 1360421824 -3600 # Node ID 4723ccb62282e9651b2a9e68d80f1e3f57dc29f1 # Parent 54211081745094b4ff3ec3e824dcacf24c89d1ff check-code: add Makefile target to run check-code diff -r 542110817450 -r 4723ccb62282 Makefile --- a/Makefile Sat Feb 09 07:44:22 2013 -0600 +++ b/Makefile Sat Feb 09 15:57:04 2013 +0100 @@ -94,6 +94,9 @@ test-%: cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@ +check-code: + hg manifest | xargs python contrib/check-code.py + update-pot: i18n/hg.pot i18n/hg.pot: $(PYFILES) $(DOCFILES)