bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] "make update" fails because the translation project moved


From: Thiemo Seufer
Subject: [PATCH] "make update" fails because the translation project moved
Date: Fri, 29 Jun 2007 14:28:22 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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  <address@hidden>

        * 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).$$$$" \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]