Hello All,
CVS make currently fails to build because make update fails to fetch
the translation files. The appended patch fixes this. I figure
ABOUT-NLS
README.cvs
should be also updated, as they as well refer to the old location.
Thiemo
2007-06-29 Thiemo Seufer <[EMAIL PROTECTED]>
* maintMakefile, Makefile: Update Translation Project location.
--- maintMakefile.orig 2007-03-20 03:02:26.000000000 +0000
+++ maintMakefile 2007-06-29 14:06:12.000000000 +0100
@@ -134,8 +134,9 @@ move_if_change = if test -r $(target) &
# ftp://ftp.unex.es/pub/gnu-i18n/po/maint/
# http://translation.sf.net/maint/
# ftp://tiger.informatik.hu-berlin.de/pub/po/maint/
+# http://www.iro.umontreal.ca/translation/maint/
-po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)
+po_repo = http://translationproject.org/maint/$(PACKAGE)
.PHONY: do-po-update po-update
do-po-update:
tmppo="/tmp/po-$(PACKAGE)-$(VERSION).$$$$" \
--- Makefile.orig 2007-06-29 14:07:41.000000000 +0100
+++ Makefile 2007-06-29 14:09:20.000000000 +0100
@@ -1134,8 +1134,9 @@ move_if_change = if test -r $(target) &
# ftp://ftp.unex.es/pub/gnu-i18n/po/maint/
# http://translation.sf.net/maint/
# ftp://tiger.informatik.hu-berlin.de/pub/po/maint/
+# http://www.iro.umontreal.ca/translation/maint/
-po_repo = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)
+po_repo = http://translationproject.org/maint/$(PACKAGE)
.PHONY: do-po-update po-update
do-po-update:
tmppo="/tmp/po-$(PACKAGE)-$(VERSION).$$$$" \
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make