##// END OF EJS Templates
makefile: add target to apply clang-format in-place...
Augie Fackler -
r34860:2bf15212 default
parent child Browse files
Show More
@@ -122,6 +122,10 b' testpy-%:'
122 check-code:
122 check-code:
123 hg manifest | xargs python contrib/check-code.py
123 hg manifest | xargs python contrib/check-code.py
124
124
125 format-c:
126 clang-format --style file -i \
127 `hg files 'set:(**.c or **.h) and not "listfile:contrib/clang-format-blacklist"'`
128
125 update-pot: i18n/hg.pot
129 update-pot: i18n/hg.pot
126
130
127 i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext
131 i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext
General Comments 0
You need to be logged in to leave comments. Login now