]> granicus.if.org Git - strace/commitdiff
Rename INSTALL to README-configure
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 13 Mar 2018 13:11:01 +0000 (14:11 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Nov 2018 13:00:37 +0000 (13:00 +0000)
* 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 <ldv@altlinux.org>
INSTALL-git.md
Makefile.am
README-configure [moved from INSTALL with 97% similarity]
maint/install.texi

index 9f41a1d47ae4ee689c11ea902d886c6595de5c1f..7b9dcbca83868f79d0fafab7db8e56cd7a177938 100644 (file)
@@ -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.
index 913d26a9e9194854503d35e4d32721e39067a424..db16b3aac7aa4e3fa7353266d8273af56b70065a 100644 (file)
@@ -402,6 +402,7 @@ EXTRA_DIST =                                \
        CREDITS                         \
        ChangeLog                       \
        ChangeLog-CVS                   \
+       README-configure                \
        README-linux-ptrace             \
        debian/changelog                \
        debian/compat                   \
similarity index 97%
rename from INSTALL
rename to README-configure
index a713eb7662a67907042626d807bcb5a77716d888..c39085af995dadc903147fb9cb2ea13d8f4c674e 100644 (file)
--- a/INSTALL
@@ -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
index 864552ad5c65c5c29c31715c5636a85aba72d3e5..0c4b4b576674f9160e0d041e7b1eb5c3e3ac2bf3 100644 (file)
@@ -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