summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-31 16:11:27 +0000
committerJim Meyering <jim@meyering.net>2002-08-31 16:11:27 +0000
commit24272cc948239b93d1ed05292e52ca7a657f6201 (patch)
treeb3c6c49de0833fabd8c0cd3c7715774f7f17e23c /Makefile.in
parent62808a7fb5cbb2d321719c0cba558f2ce8c90d24 (diff)
downloadcoreutils-24272cc948239b93d1ed05292e52ca7a657f6201.tar.xz
.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2ca40e1dc..ae306eff0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,7 +147,7 @@ target_alias = @target_alias@
SUBDIRS = lib src doc man m4 po tests old
EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
- .kludge-stamp .prev-version
+ .kludge-stamp .prev-version THANKS-to-translators THANKStt.in
ACLOCAL_AMFLAGS = -I m4
@@ -570,6 +570,14 @@ distcheck-hook:
.kludge-stamp: $(srcdir)/src/Makefile.in
perl -pi -e '$(rm_subst)' $(srcdir)/src/Makefile.in
touch $@
+
+THANKS-to-translators: po/LINGUAS THANKStt.in
+ ( \
+ cat $(srcdir)/THANKStt.in; \
+ for lang in `cat po/LINGUAS`; do \
+ echo http://www.iro.umontreal.ca/contrib/po/HTML/team-$$lang.html; \
+ done; \
+ ) > $@-tmp && mv $@-tmp $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: