summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2022-09-28 07:00:11 -0400
committerWill Estes <westes575@gmail.com>2022-09-28 07:00:11 -0400
commit853c232b7e41693158ae357f4591aef7c93a6fc3 (patch)
tree6382c73b1e7375325e78c977ce7b4f58fe3d4b2c
parent13a2f02b80e383e8effc4d7fb844f9642623c911 (diff)
downloadflex-git-853c232b7e41693158ae357f4591aef7c93a6fc3.tar.gz
rename INSTALL to INSTALL.md
-rw-r--r--INSTALL.md (renamed from INSTALL)0
-rw-r--r--Makefile.am2
-rw-r--r--README.md4
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL.md
index e9f19c6..e9f19c6 100644
--- a/INSTALL
+++ b/INSTALL.md
diff --git a/Makefile.am b/Makefile.am
index d1628af..c74748a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ dist_doc_DATA = \
EXTRA_DIST = \
.indent.pro \
- INSTALL
+ INSTALL.md
dist_noinst_SCRIPTS = \
autogen.sh \
diff --git a/README.md b/README.md
index bfdf424..0a0952f 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ the lists.
The flex distribution contains the following files which may be of
interest:
-* README - This file.
+* README.md - This file.
* NEWS - current version number and list of user-visible changes.
-* INSTALL - basic installation information.
+* INSTALL.md - basic installation information.
* ABOUT-NLS - description of internationalization support in flex.
* COPYING - flex's copyright and license.
* doc/ - user documentation.