From: Simon Josefsson Date: Fri, 29 Jun 2007 03:51:18 +0000 (+0000) Subject: 2007-06-29 Simon Josefsson X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6739d556896d9aeb17778aa3f3e808938ccbb2;p=pspp 2007-06-29 Simon Josefsson * build-aux/maint.mk (POURL): Use translationproject.org. --- diff --git a/ChangeLog b/ChangeLog index 4be24be598..fecff885d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-29 Simon Josefsson + + * build-aux/maint.mk (POURL): Use translationproject.org. + 2007-06-27 Simon Josefsson Bruno Haible diff --git a/build-aux/maint.mk b/build-aux/maint.mk index 81952027eb..ddae7e89e1 100644 --- a/build-aux/maint.mk +++ b/build-aux/maint.mk @@ -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 && \