diff options
author | Ludovic Courtès | 2015-03-06 11:32:39 +0100 |
---|---|---|
committer | Ludovic Courtès | 2015-03-06 11:32:39 +0100 |
commit | c7be66d819c2d339cf0c580d9da52005caad0397 (patch) | |
tree | cb3305da601fafd33cd960d9ec771bb11bac6922 | |
parent | a22dea4136991992549431050a54313cd303fb3f (diff) | |
download | skribilo-c7be66d819c2d339cf0c580d9da52005caad0397.tar.gz skribilo-c7be66d819c2d339cf0c580d9da52005caad0397.tar.lz skribilo-c7be66d819c2d339cf0c580d9da52005caad0397.zip |
Update 'INSTALL' to Automake 1.15.
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented |