1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 12:22:01 +02:00

Update URL: s!www.iro.umontreal.ca!translationproject.org/team/...!

* Makefile.am (THANKS-to-translators): Update URL template.
This commit is contained in:
Jim Meyering
2008-11-09 15:35:51 +01:00
parent 1c5e5d6277
commit cfa2120e83

View File

@@ -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 $@