diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-09 15:35:51 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-09 15:35:51 +0100 |
commit | cfa2120e83087c542bc80bd84928c8a965b5deed (patch) | |
tree | a9cd50f01a4507d9bd1c4400eca99ea7d74872ea | |
parent | 1c5e5d6277e513acb06ad4d2b6f43e98eb85bed4 (diff) | |
download | coreutils-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.am | 4 |
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 $@ |