Makefile
changeset 33820 fa7e30efe05a
parent 33681 8626b44516c1
child 33865 af20468eb0a4
equal deleted inserted replaced
33819:d5ef17608159 33820:fa7e30efe05a
   130 	  mercurial/fileset.py mercurial/revset.py \
   130 	  mercurial/fileset.py mercurial/revset.py \
   131 	  mercurial/templatefilters.py mercurial/templatekw.py \
   131 	  mercurial/templatefilters.py mercurial/templatekw.py \
   132 	  mercurial/templater.py \
   132 	  mercurial/templater.py \
   133 	  mercurial/filemerge.py \
   133 	  mercurial/filemerge.py \
   134 	  mercurial/hgweb/webcommands.py \
   134 	  mercurial/hgweb/webcommands.py \
       
   135 	  mercurial/util.py \
   135 	  $(DOCFILES) > i18n/hg.pot.tmp
   136 	  $(DOCFILES) > i18n/hg.pot.tmp
   136         # All strings marked for translation in Mercurial contain
   137         # All strings marked for translation in Mercurial contain
   137         # ASCII characters only. But some files contain string
   138         # ASCII characters only. But some files contain string
   138         # literals like this '\037\213'. xgettext thinks it has to
   139         # literals like this '\037\213'. xgettext thinks it has to
   139         # parse them even though they are not marked for translation.
   140         # parse them even though they are not marked for translation.