Makefile: help/ was moved in
f91e5630ce7e update paths to match
--- 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