From: Alexandre Duret-Lutz Date: Fri, 20 Sep 2002 10:19:42 +0000 (+0000) Subject: * Makefile.am (INSTALL): New rules. X-Git-Tag: Release-1-6f~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c24a58427d70717a54111facdd50b54c207ec38;p=thirdparty%2Fautomake.git * Makefile.am (INSTALL): New rules. --- diff --git a/ChangeLog b/ChangeLog index 371975a40..bec7469aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-20 Alexandre Duret-Lutz + + * Makefile.am (INSTALL): New rules. + 2002-09-20 Mirko Streckenbach For PR automake/363: diff --git a/INSTALL b/INSTALL index a4b34144d..54caf7c19 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Copyright 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives diff --git a/Makefile.am b/Makefile.am index 462bc42a4..8de23f020 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,9 @@ aclocal: aclocal.in Makefile ## Make sure we also update the copy used by Automake. mdate-sh: lib/mdate-sh cp lib/mdate-sh $@ +## Likewise for INSTALL +INSTALL: lib/INSTALL + cp lib/INSTALL $@ ################################################################ ## diff --git a/Makefile.in b/Makefile.in index 43072462a..7016be8f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -677,6 +677,8 @@ aclocal: aclocal.in Makefile mdate-sh: lib/mdate-sh cp lib/mdate-sh $@ +INSTALL: lib/INSTALL + cp lib/INSTALL $@ ################################################################