diff options
author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2018-03-13 14:11:01 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-11-01 13:00:37 +0000 |
commit | 846e277d0f5ddc324afda1792f03ad7f572583c1 (patch) | |
tree | 6a89856cced6eaab1b1baac777919d13b5c48a19 /INSTALL-git.md | |
parent | e471c53d1de9261ac99e73af0a95acb307cbe417 (diff) | |
download | strace-846e277d0f5ddc324afda1792f03ad7f572583c1.tar.gz |
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 <ldv@altlinux.org>
Diffstat (limited to 'INSTALL-git.md')
-rw-r--r-- | INSTALL-git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-git.md b/INSTALL-git.md index 9f41a1d47..7b9dcbca8 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. |