summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-10-29 11:50:22 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:06 +0200
commitb74319ebdc007425823390726450644de21d45db (patch)
tree0d7b017934f07bcc4f86c6f58e95dc01566cda33 /gettext-runtime
parent2166e59824d6514203c03c68a9cd5250ece2a2b0 (diff)
downloadexternal_gettext-b74319ebdc007425823390726450644de21d45db.zip
external_gettext-b74319ebdc007425823390726450644de21d45db.tar.gz
external_gettext-b74319ebdc007425823390726450644de21d45db.tar.bz2
Fix for "make dist".
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/src/ChangeLog4
-rw-r--r--gettext-runtime/src/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog
index ad63301..4d4821e 100644
--- a/gettext-runtime/src/ChangeLog
+++ b/gettext-runtime/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-23 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (EXTRA_DIST): Add gettext.sh.
+
2003-10-09 Bruno Haible <bruno@clisp.org>
* envsubst.c: Include xalloc.h instead of xmalloc.h.
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index fc36503..406db79 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)