Mercurial > hg
changeset 10003:a1217735dffb
Makefile: help/ was moved in f91e5630ce7e update paths to match
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 03 Dec 2009 22:54:33 +0100 |
parents | 66f3b8c95b62 |
children | af04a3dea4cd |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Dec 03 22:34:51 2009 +0100 +++ b/Makefile Thu Dec 03 22:54:33 2009 +0100 @@ -79,9 +79,9 @@ update-pot: i18n/hg.pot -i18n/hg.pot: $(PYTHON_FILES) help/*.txt +i18n/hg.pot: $(PYTHON_FILES) mercurial/help/*.txt $(PYTHON) i18n/hggettext mercurial/commands.py \ - hgext/*.py hgext/*/__init__.py help/*.txt > i18n/hg.pot + hgext/*.py hgext/*/__init__.py mercurial/help/*.txt > i18n/hg.pot # All strings marked for translation in Mercurial contain # ASCII characters only. But some files contain string # literals like this '\037\213'. xgettext thinks it has to