rename README to README.md - fixes #45

This commit is contained in:
Zdenko Podobný 2015-08-20 13:58:36 +02:00
parent b4b2aaee80
commit 387ae36cd0
3 changed files with 6 additions and 5 deletions

View File

@ -22,7 +22,7 @@ if !NO_CUBE_BUILD
endif
SUBDIRS += ccmain api . tessdata doc
EXTRA_DIST = ReleaseNotes \
EXTRA_DIST = ReleaseNotes README.md\
aclocal.m4 config configure.ac autogen.sh contrib \
tesseract.pc.in $(TRAINING_SUBDIR) java doc testing

View File

@ -1,7 +1,7 @@
Note that this is a text-only and possibly out-of-date version of the
wiki ReadMe, which is located at:
Note that this is possibly out-of-date version of the wiki ReadMe,
which is located at:
https://github.com/tesseract-ocr/tesseract/blob/master/README
https://github.com/tesseract-ocr/tesseract/blob/master/README.md
Introduction
============

View File

@ -62,7 +62,8 @@ AC_SUBST(GENERIC_VERSION)
# Automake configuration
# ----------------------------------------
AM_INIT_AUTOMAKE
# Do not require README file (we use README.md)
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config_auto.h:config/config.h.in)
AM_MAINTAINER_MODE