]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (INSTALL): New rules.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 20 Sep 2002 10:19:42 +0000 (10:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 20 Sep 2002 10:19:42 +0000 (10:19 +0000)
ChangeLog
INSTALL
Makefile.am
Makefile.in

index 371975a4016df54e68d87fc5478c74cd8fde570d..bec7469aa5b4c7403f9613c8eacee8a1e437eab9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * Makefile.am (INSTALL): New rules.
+
 2002-09-20  Mirko Streckenbach  <strecken@infosun.fmi.uni-passau.de>
 
        For PR automake/363:
diff --git a/INSTALL b/INSTALL
index a4b34144dcffac7fc134e117fd7ce17efc45e22a..54caf7c190f28df0279ade5fee3d43b108480a14 100644 (file)
--- 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
index 462bc42a43f61f94fd8fad45ad8f73347d5a3586..8de23f0201eeb499f4e61f6026e55f6dde7d617b 100644 (file)
@@ -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 $@
 
 ################################################################
 ##
index 43072462a279eb30b2cd94db9ea1eaabfc7eca94..7016be8f731f7ec241e23b741b96fbd2570bf676 100644 (file)
@@ -677,6 +677,8 @@ aclocal: aclocal.in Makefile
 
 mdate-sh: lib/mdate-sh
        cp lib/mdate-sh $@
+INSTALL: lib/INSTALL
+       cp lib/INSTALL $@
 
 ################################################################