Here is a follow-on patch for maint.mk.  I have installed this.

/Simon

2007-06-29  Simon Josefsson  <[EMAIL PROTECTED]>

        * build-aux/maint.mk (POURL): Use translationproject.org.

--- maint.mk    16 Jun 2006 17:35:14 +0200      1.7
+++ maint.mk    29 Jun 2007 05:49:21 +0200      
@@ -2,7 +2,7 @@
 # This Makefile fragment is intended to be useful by any GNU-like project.
 # This file originate from coreutils, CPPI, Bison, and Autoconf.
 
-## Copyright (C) 2001-2006 Free Software Foundation, Inc.
+## Copyright (C) 2001-2007 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -109,7 +109,7 @@
 
 # Update gettext files.
 PACKAGE ?= $(shell basename $(PWD))
-POURL = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/
+POURL = http://translationproject.org/latest/$(PACKAGE)/
 PODIR ?= po
 refresh-po:
        rm -f $(PODIR)/*.po && \


Reply via email to