Makefile
changeset 35669 39499bc31fcd
parent 34927 c2695cbb5fb1
child 35814 92b7039613d0
equal deleted inserted replaced
35668:67cead0eb671 35669:39499bc31fcd
   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 **.h) and not "listfile:contrib/clang-format-blacklist"'`
   127 	  `hg files 'set:(**.c or **.cc or **.h) and not "listfile:contrib/clang-format-blacklist"'`
   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 \