+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.
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
$(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; \
: ; \
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 \
+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
# 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 ||