From: Bruno Haible Date: Wed, 29 Oct 2003 11:50:22 +0000 (+0000) Subject: Fix for "make dist". X-Git-Tag: v0.13~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74319ebdc007425823390726450644de21d45db;p=thirdparty%2Fgettext.git Fix for "make dist". --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index ad633014b..4d4821e1f 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,7 @@ +2003-10-23 Bruno Haible + + * Makefile.am (EXTRA_DIST): Add gettext.sh. + 2003-10-09 Bruno Haible * envsubst.c: Include xalloc.h instead of xmalloc.h. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index fc3650300..406db793e 100644 --- a/gettext-runtime/src/Makefile.am +++ b/gettext-runtime/src/Makefile.am @@ -59,6 +59,7 @@ install-data-local: all-local $(INSTALL_DATA) $(srcdir)/gettext.sh $(DESTDIR)$(bindir)/gettext.sh uninstall-local: all-local $(RM) $(DESTDIR)$(bindir)/gettext.sh +EXTRA_DIST += gettext.sh # Support for relocatability. RELOCATABLE_LIBRARY_PATH = $(libdir)