summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-09 15:35:51 +0100
committerJim Meyering <meyering@redhat.com>2008-11-09 15:35:51 +0100
commitcfa2120e83087c542bc80bd84928c8a965b5deed (patch)
treea9cd50f01a4507d9bd1c4400eca99ea7d74872ea
parent1c5e5d6277e513acb06ad4d2b6f43e98eb85bed4 (diff)
downloadcoreutils-cfa2120e83087c542bc80bd84928c8a965b5deed.tar.xz
Update URL: s!www.iro.umontreal.ca!translationproject.org/team/...!
* Makefile.am (THANKS-to-translators): Update URL template.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bb096552..1b2786d0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,8 +102,8 @@ MAINTAINERCLEANFILES = THANKS-to-translators
THANKS-to-translators: po/LINGUAS THANKStt.in
( \
cat $(srcdir)/THANKStt.in; \
- for lang in `cat $(srcdir)/po/LINGUAS`; do \
- echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
+ for lang in `cat $(srcdir)/po/LINGUAS`; do \
+ echo http://translationproject.org/team/$$lang.html; \
done; \
) > $@-tmp && mv $@-tmp $@