2007-06-29 Simon Josefsson <simon@josefsson.org>
authorSimon Josefsson <simon@josefsson.org>
Fri, 29 Jun 2007 03:51:18 +0000 (03:51 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 29 Jun 2007 03:51:18 +0000 (03:51 +0000)
* build-aux/maint.mk (POURL): Use translationproject.org.

ChangeLog
build-aux/maint.mk

index 4be24be5984d5eeec54cc43e600e1c3e8201c533..fecff885d6dd68adc875fbbcae6471237a09eb8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-29  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/maint.mk (POURL): Use translationproject.org.
+
 2007-06-27  Simon Josefsson  <simon@josefsson.org>
            Bruno Haible  <bruno@clisp.org>
 
index 81952027eb75d32b7c467dab1b99e5d66d102ea5..ddae7e89e1f00c7d668a7e86b988739b42dfe822 100644 (file)
@@ -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 @@ syntax-check: $(syntax-check-rules)
 
 # 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 && \