From e7dd1d2cd102910c1fad766c103e3ced1c8b4106 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 31 Oct 2001 12:31:08 +0000 Subject: Renamed COPYING.LIB-2 to COPYING.LIB-2.0. --- intl/ChangeLog | 6 ++++++ intl/Makefile.in | 9 +++++---- misc/ChangeLog | 4 ++++ misc/gettextize.in | 2 +- 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 + + * 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 * 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 + + * gettextize.in: Renamed COPYING.LIB-2 to COPYING.LIB-2.0. + 2001-10-30 Bruno Haible * 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 || -- cgit v1.1