From 70f8e01c162310a3e46be70354c981e8e0854b13 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Nov 1995 01:43:19 +0000 Subject: [PATCH] (DIST_OTHER): Don't distribute gettext-sh --- Makefile.am | 3 ++- lib/am/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a45e7951..56acfbb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,8 @@ tags-clean.am texi-version.am texinfos-vars.am texinfos.am # CONFIG_HEADER = config.h -DIST_OTHER = automake.in gettext-sh $(am_DATA) +# gettext-sh (in DIST_OTHER for NLS) +DIST_OTHER = automake.in DIST_SUBDIRS = RCS samples automake: automake.in diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index a45e7951..56acfbb4 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -16,7 +16,8 @@ tags-clean.am texi-version.am texinfos-vars.am texinfos.am # CONFIG_HEADER = config.h -DIST_OTHER = automake.in gettext-sh $(am_DATA) +# gettext-sh (in DIST_OTHER for NLS) +DIST_OTHER = automake.in DIST_SUBDIRS = RCS samples automake: automake.in -- 2.43.5