automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: update INSTALL


From: Alexandre Duret-Lutz
Subject: FYI: update INSTALL
Date: 20 Sep 2002 12:18:44 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking this in.  INSTALL was != from lib/INSTALL.

2002-09-20  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (INSTALL): New rules.

Index: INSTALL
===================================================================
RCS file: /cvs/automake/automake/INSTALL,v
retrieving revision 1.6
diff -u -r1.6 INSTALL
--- INSTALL     10 Jun 2002 17:44:07 -0000      1.6
+++ INSTALL     20 Sep 2002 10:17:35 -0000
@@ -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: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.203
diff -u -r1.203 Makefile.am
--- Makefile.am 17 Sep 2002 18:41:01 -0000      1.203
+++ Makefile.am 20 Sep 2002 10:17:36 -0000
@@ -83,6 +83,9 @@
 ## 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 $@
 
 ################################################################
 ##

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]