Skip to content

Commit

Permalink
rename README to README.md - fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Aug 20, 2015
1 parent 9d359cf commit f81c258
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README → README.md
@@ -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
============
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -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

Expand Down

0 comments on commit f81c258

Please sign in to comment.