# HG changeset patch # User Simon Heimberg # Date 2013-11-17 19:16:14 # Node ID 4276c906d90ec043430b49f1dd76d2fd058be0d2 # Parent ec5d4287a4269bc939e203c975af8585570404c6 Makefile: hg.pot depends on the scripts generating it This is convenient when editing this scripts. And translators will get updated translation files even if nothing else has changed. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ check-code: update-pot: i18n/hg.pot -i18n/hg.pot: $(PYFILES) $(DOCFILES) +i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext $(PYTHON) i18n/hggettext mercurial/commands.py \ hgext/*.py hgext/*/__init__.py \ mercurial/fileset.py mercurial/revset.py \