# HG changeset patch # User Martin Geisler # Date 1259877273 -3600 # Node ID a1217735dffb29277f555693568a39fa5681d3e0 # Parent 66f3b8c95b625ca79963fc7d89d9ddf1cc0468c7 Makefile: help/ was moved in f91e5630ce7e update paths to match diff -r 66f3b8c95b62 -r a1217735dffb Makefile --- 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