Makefile
branchstable
changeset 14705 1575dc5d399a
parent 14558 2ce7dfe17bc5
child 14815 5b7dc16b331b
equal deleted inserted replaced
14704:b24d596fcd25 14705:1575dc5d399a
    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.