summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.