summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-31 12:31:08 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 22:44:27 +0200
commite7dd1d2cd102910c1fad766c103e3ced1c8b4106 (patch)
tree14b454d59f593240928cba3e81230ffdeb560ecc
parentbc7cfb3873722023634f0e500d7affc05e2a8085 (diff)
downloadexternal_gettext-e7dd1d2cd102910c1fad766c103e3ced1c8b4106.zip
external_gettext-e7dd1d2cd102910c1fad766c103e3ced1c8b4106.tar.gz
external_gettext-e7dd1d2cd102910c1fad766c103e3ced1c8b4106.tar.bz2
Renamed COPYING.LIB-2 to COPYING.LIB-2.0.
-rw-r--r--intl/ChangeLog6
-rw-r--r--intl/Makefile.in9
-rw-r--r--misc/ChangeLog4
-rw-r--r--misc/gettextize.in2
4 files changed, 16 insertions, 5 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index cd3152c..be4fbe8 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-31 Bruno Haible <haible@clisp.cons.org>
+
+ * COPYING.LIB-2.0: Renamed from COPYING.LIB-2.
+ * Makefile.in (DISTFILES.gettext, install-data, uninstall): Update.
+ (DISTFILES.obsolete): Add COPYING.LIB-2.
+
2001-10-09 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (getc): Define as getc_unlocked if available.
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 3e797b5..aa2962b 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -75,8 +75,9 @@ DISTFILES.common = Makefile.in \
config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
DISTFILES.generated = plural.c
DISTFILES.normal = VERSION
-DISTFILES.gettext = COPYING.LIB-2 COPYING.LIB-2.1 libintl.glibc
-DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c
+DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc
+DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
+COPYING.LIB-2
# Libtool's library version information for libintl.
# Before making a gettext release, the gettext maintainer must change this
@@ -185,7 +186,7 @@ install-data: all
$(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
$(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
$(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \
- dists="COPYING.LIB-2 COPYING.LIB-2.1 $(DISTFILES.common)"; \
+ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \
for file in $$dists; do \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gettextsrcdir)/$$file; \
@@ -264,7 +265,7 @@ uninstall:
: ; \
fi
if test "$(PACKAGE)" = "gettext"; then \
- for file in VERSION ChangeLog COPYING.LIB-2 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \
+ for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \
rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
else \
diff --git a/misc/ChangeLog b/misc/ChangeLog
index eac9871..99a34b7 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-31 Bruno Haible <haible@clisp.cons.org>
+
+ * gettextize.in: Renamed COPYING.LIB-2 to COPYING.LIB-2.0.
+
2001-10-30 Bruno Haible <haible@clisp.cons.org>
* po-mode.el (po-team-name-to-code): Extend the list using items from
diff --git a/misc/gettextize.in b/misc/gettextize.in
index a461137..feecf8b 100644
--- a/misc/gettextize.in
+++ b/misc/gettextize.in
@@ -157,7 +157,7 @@ done
# Copy files to intl/ subdirectory.
cd intl
for file in *; do
- if test $file != COPYING.LIB-2 && test $file != COPYING.LIB-2.1; then
+ if test $file != COPYING.LIB-2.0 && test $file != COPYING.LIB-2.1; then
rm -f $srcdir/intl/$file
if test $file != plural.c; then
($try_ln_s && ln -s $gettext_dir/intl/$file $srcdir/intl/$file && $echo "Symlinking file intl/$file") 2>/dev/null ||