]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Renamed COPYING.LIB-2 to COPYING.LIB-2.0.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2001 12:31:08 +0000 (12:31 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:44:27 +0000 (22:44 +0200)
intl/ChangeLog
intl/Makefile.in
misc/ChangeLog
misc/gettextize.in

index cd3152cb20372c2baa77f5bec35c5aa829de09fe..be4fbe8d23beb3758bea371fb008b2696e820477 100644 (file)
@@ -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.
index 3e797b52848a055d5ceb1065a55df610d8a55363..aa2962b7f7e2bc0c583bf20659326468791a4b90 100644 (file)
@@ -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 \
index eac98716bbd49e40597a35c837cca67f45866f0d..99a34b7b689df916da7f68f8cb7f38e283f84dae 100644 (file)
@@ -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
index a46113784ab472615682de9815a98c0e1308693a..feecf8b9405d3444b77a0544c25dca01467f8db4 100644 (file)
@@ -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 ||