Makefile
branchstable
changeset 14815 5b7dc16b331b
parent 14705 1575dc5d399a
child 15379 3ca419fb435e
equal deleted inserted replaced
14814:e0a55fc65e5d 14815:5b7dc16b331b
    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 mercurial/fileset.py mercurial/revset.py \
       
    95 	  mercurial/templatefilters.py mercurial/templatekw.py \
    95 	  $(DOCFILES) > i18n/hg.pot
    96 	  $(DOCFILES) > i18n/hg.pot
    96         # All strings marked for translation in Mercurial contain
    97         # All strings marked for translation in Mercurial contain
    97         # ASCII characters only. But some files contain string
    98         # ASCII characters only. But some files contain string
    98         # literals like this '\037\213'. xgettext thinks it has to
    99         # literals like this '\037\213'. xgettext thinks it has to
    99         # parse them even though they are not marked for translation.
   100         # parse them even though they are not marked for translation.