##// END OF EJS Templates
check-code: add Makefile target to run check-code
Benoit Boissinot -
r18598:4723ccb6 default
parent child Browse files
Show More
@@ -94,6 +94,9 b' tests:'
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)
General Comments 0
You need to be logged in to leave comments. Login now