diff -r 32f9b7e3f056 -r 521f6c7e1756 Makefile --- a/Makefile Thu Mar 08 23:15:09 2018 +0900 +++ b/Makefile Thu Mar 08 22:23:02 2018 +0900 @@ -132,8 +132,9 @@ $(PYTHON) i18n/hggettext mercurial/commands.py \ hgext/*.py hgext/*/__init__.py \ mercurial/fileset.py mercurial/revset.py \ - mercurial/templatefilters.py mercurial/templatekw.py \ - mercurial/templater.py \ + mercurial/templatefilters.py \ + mercurial/templatefuncs.py \ + mercurial/templatekw.py \ mercurial/filemerge.py \ mercurial/hgweb/webcommands.py \ mercurial/util.py \