Mercurial > hg
comparison Makefile @ 20358:4276c906d90e
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.
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Sun, 17 Nov 2013 20:16:14 +0100 |
parents | 8824009d2704 |
children | 1bc68ff4e0a2 |
comparison
equal
deleted
inserted
replaced
20356:ec5d4287a426 | 20358:4276c906d90e |
---|---|
100 check-code: | 100 check-code: |
101 hg manifest | xargs python contrib/check-code.py | 101 hg manifest | xargs python contrib/check-code.py |
102 | 102 |
103 update-pot: i18n/hg.pot | 103 update-pot: i18n/hg.pot |
104 | 104 |
105 i18n/hg.pot: $(PYFILES) $(DOCFILES) | 105 i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n/posplit i18n/hggettext |
106 $(PYTHON) i18n/hggettext mercurial/commands.py \ | 106 $(PYTHON) i18n/hggettext mercurial/commands.py \ |
107 hgext/*.py hgext/*/__init__.py \ | 107 hgext/*.py hgext/*/__init__.py \ |
108 mercurial/fileset.py mercurial/revset.py \ | 108 mercurial/fileset.py mercurial/revset.py \ |
109 mercurial/templatefilters.py mercurial/templatekw.py \ | 109 mercurial/templatefilters.py mercurial/templatekw.py \ |
110 mercurial/filemerge.py \ | 110 mercurial/filemerge.py \ |