Makefile
changeset 16126 0c4bec9596d8
parent 15379 3ca419fb435e
child 16460 d9e2f09d5488
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.