Makefile
changeset 37184 0024961aa493
parent 36922 521f6c7e1756
child 37701 492531ff81bc
equal deleted inserted replaced
37183:ded5ea279a93 37184:0024961aa493
   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:
   125 format-c:
   126 	clang-format --style file -i \
   126 	clang-format --style file -i \
   127 	  `hg files 'set:(**.c or **.cc or **.h) and not "listfile:contrib/clang-format-blacklist"'`
   127 	  `hg files 'set:(**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"'`
   128 
   128 
   129 update-pot: i18n/hg.pot
   129 update-pot: i18n/hg.pot
   130 
   130 
   131 i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext
   131 i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext
   132 	$(PYTHON) i18n/hggettext mercurial/commands.py \
   132 	$(PYTHON) i18n/hggettext mercurial/commands.py \