From 52f7576718daf37c4f6799f6e97ea890781147c9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 10 Jan 1999 21:19:23 +0000 Subject: [PATCH] Fixed minor dist bug --- ChangeLog | 2 ++ Makefile.am | 7 +++---- Makefile.in | 2 +- lib/am/Makefile.am | 7 +++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c81a947..01ed7132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Released version 1.4. + * Makefile.am (pkgdata_DATA): Removed duplicate definition. + 1999-01-10 Alexandre Oliva * missing (autoheader): accept multiple header files diff --git a/Makefile.am b/Makefile.am index 509c6cbf..d6a197f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,13 +18,12 @@ ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am \ program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am \ subdirs.am tags-clean.am tags.am texi-vers.am texinfos.am -pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) - +pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) \ ## These must all be executable when installed. However, if we use ## _SCRIPTS, then the program transform will be applied, which is not ## what we want. So we make them executable by hand. -pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing \ -mkinstalldirs elisp-comp ylwrap acinstall +config.guess config.sub install-sh mdate-sh missing mkinstalldirs \ +elisp-comp ylwrap acinstall install-data-hook: @for prog in $(pkgdata_DATA); do \ diff --git a/Makefile.in b/Makefile.in index aa874eec..f28996d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ info_TEXINFOS = automake.texi amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am header-vars.am header.am java-clean.am java.am kr-extra.am library.am libs-clean.am libs.am libtool.am lisp-clean.am lisp.am ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am subdirs.am tags-clean.am tags.am texi-vers.am texinfos.am -pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall +pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) config.guess config.sub install-sh mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall EXTRA_DIST = acinstall $(pkgdata_DATA) diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index 509c6cbf..d6a197f6 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -18,13 +18,12 @@ ltlib-clean.am ltlib.am ltlibrary.am mans-vars.am mans.am multilib.am \ program.am progs-clean.am progs.am remake-hdr.am remake.am scripts.am \ subdirs.am tags-clean.am tags.am texi-vers.am texinfos.am -pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) - +pkgdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 $(amfiles) \ ## These must all be executable when installed. However, if we use ## _SCRIPTS, then the program transform will be applied, which is not ## what we want. So we make them executable by hand. -pkgdata_DATA = config.guess config.sub install-sh mdate-sh missing \ -mkinstalldirs elisp-comp ylwrap acinstall +config.guess config.sub install-sh mdate-sh missing mkinstalldirs \ +elisp-comp ylwrap acinstall install-data-hook: @for prog in $(pkgdata_DATA); do \ -- 2.43.5