From: Eugene Syromyatnikov Date: Tue, 13 Mar 2018 13:11:01 +0000 (+0100) Subject: Rename INSTALL to README-configure X-Git-Tag: v4.26~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=846e277d0f5ddc324afda1792f03ad7f572583c1;p=strace Rename INSTALL to README-configure * INSTALL-git.md: Replace INSTALL with README-configure. * maint/install.texi: Likewise. * INSTALL: Rename to README-configure, regenerate. * Makefile.am (EXTRA_DIST): Add README-configure. References: https://github.com/strace/strace/issues/85 Co-Authored-by: Dmitry V. Levin --- diff --git a/INSTALL-git.md b/INSTALL-git.md index 9f41a1d4..7b9dcbca 100644 --- a/INSTALL-git.md +++ b/INSTALL-git.md @@ -5,5 +5,5 @@ that are needed to build strace. Some of these files are generated by tools from the GNU Autoconf and GNU Automake packages. Note: rather than running `autoreconf` directly, please invoke `./bootstrap` -script and follow the instructions given in [INSTALL](INSTALL) file for further +script and follow the instructions given in [INSTALL](README-configure) file for further building and installation. diff --git a/Makefile.am b/Makefile.am index 913d26a9..db16b3aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -402,6 +402,7 @@ EXTRA_DIST = \ CREDITS \ ChangeLog \ ChangeLog-CVS \ + README-configure \ README-linux-ptrace \ debian/changelog \ debian/compat \ diff --git a/INSTALL b/README-configure similarity index 97% rename from INSTALL rename to README-configure index a713eb76..c39085af 100644 --- a/INSTALL +++ b/README-configure @@ -15,10 +15,10 @@ Basic Installation 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 below. The lack of an -optional feature in a given package is not necessarily a bug. More -recommendations for GNU packages can be found in *note Makefile +specific to this package. Some packages provide this 'README-configure' +file but do not implement all of the features documented below. The +lack of an optional feature in a given package is not necessarily a bug. +More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The 'configure' shell script attempts to guess correct values for diff --git a/maint/install.texi b/maint/install.texi index 864552ad..0c4b4b57 100644 --- a/maint/install.texi +++ b/maint/install.texi @@ -1,5 +1,5 @@ @c This file is imported from GNU Autoconf and edited to produce -@c the INSTALL file. +@c the README-configure file. @ifclear autoconf @@ -24,8 +24,8 @@ should configure, build, and install this package. The following more-detailed instructions are generic; see the @file{README} file for instructions specific to this package. @ifclear autoconf -Some packages provide this @file{INSTALL} file but do not implement all -of the features documented below. The lack of an optional feature in a +Some packages provide this @file{README-configure} file but do not implement +all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. @end ifclear More recommendations for GNU packages can be found in