comparison Makefile @ 16126:0c4bec9596d8

filemerge: create detail of internal merge tools from documentation string this patch introduces 'internaltoolsmarker' which creates detail of each internal merge tools from documentation string for 'hg help merge-tools'.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sun, 12 Feb 2012 21:38:12 +0900
parents 3ca419fb435e
children d9e2f09d5488
comparison
equal deleted inserted replaced
16125:83925d3a4559 16126:0c4bec9596d8
89 89
90 update-pot: i18n/hg.pot 90 update-pot: i18n/hg.pot
91 91
92 i18n/hg.pot: $(PYFILES) $(DOCFILES) 92 i18n/hg.pot: $(PYFILES) $(DOCFILES)
93 $(PYTHON) i18n/hggettext mercurial/commands.py \ 93 $(PYTHON) i18n/hggettext mercurial/commands.py \
94 hgext/*.py hgext/*/__init__.py mercurial/fileset.py mercurial/revset.py \ 94 hgext/*.py hgext/*/__init__.py \
95 mercurial/fileset.py mercurial/revset.py \
95 mercurial/templatefilters.py mercurial/templatekw.py \ 96 mercurial/templatefilters.py mercurial/templatekw.py \
97 mercurial/filemerge.py \
96 $(DOCFILES) > i18n/hg.pot 98 $(DOCFILES) > i18n/hg.pot
97 # All strings marked for translation in Mercurial contain 99 # All strings marked for translation in Mercurial contain
98 # ASCII characters only. But some files contain string 100 # ASCII characters only. But some files contain string
99 # literals like this '\037\213'. xgettext thinks it has to 101 # literals like this '\037\213'. xgettext thinks it has to
100 # parse them even though they are not marked for translation. 102 # parse them even though they are not marked for translation.