Makefile: help/ was moved in f91e5630ce7e update paths to match
authorMartin Geisler <mg@lazybytes.net>
Thu, 03 Dec 2009 22:54:33 +0100
changeset 10003 a1217735dffb
parent 10002 66f3b8c95b62
child 10004 af04a3dea4cd
Makefile: help/ was moved in f91e5630ce7e update paths to match
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