Makefile
branchstable
changeset 24859 64e3f97bdf08
parent 24601 d80819f67d59
child 24971 ab75baaf81d5
equal deleted inserted replaced
24858:a99931201d1b 24859:64e3f97bdf08
   118 	  hgext/*.py hgext/*/__init__.py \
   118 	  hgext/*.py hgext/*/__init__.py \
   119 	  mercurial/fileset.py mercurial/revset.py \
   119 	  mercurial/fileset.py mercurial/revset.py \
   120 	  mercurial/templatefilters.py mercurial/templatekw.py \
   120 	  mercurial/templatefilters.py mercurial/templatekw.py \
   121 	  mercurial/templater.py \
   121 	  mercurial/templater.py \
   122 	  mercurial/filemerge.py \
   122 	  mercurial/filemerge.py \
       
   123 	  mercurial/hgweb/webcommands.py \
   123 	  $(DOCFILES) > i18n/hg.pot.tmp
   124 	  $(DOCFILES) > i18n/hg.pot.tmp
   124         # All strings marked for translation in Mercurial contain
   125         # All strings marked for translation in Mercurial contain
   125         # ASCII characters only. But some files contain string
   126         # ASCII characters only. But some files contain string
   126         # literals like this '\037\213'. xgettext thinks it has to
   127         # literals like this '\037\213'. xgettext thinks it has to
   127         # parse them even though they are not marked for translation.
   128         # parse them even though they are not marked for translation.