equal
deleted
inserted
replaced
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/revset.py \ |
94 hgext/*.py hgext/*/__init__.py mercurial/fileset.py mercurial/revset.py \ |
95 $(DOCFILES) > i18n/hg.pot |
95 $(DOCFILES) > i18n/hg.pot |
96 # All strings marked for translation in Mercurial contain |
96 # All strings marked for translation in Mercurial contain |
97 # ASCII characters only. But some files contain string |
97 # ASCII characters only. But some files contain string |
98 # literals like this '\037\213'. xgettext thinks it has to |
98 # literals like this '\037\213'. xgettext thinks it has to |
99 # parse them even though they are not marked for translation. |
99 # parse them even though they are not marked for translation. |