Skip to content

Commit f81c258

Browse files
committed
rename README to README.md - fixes #45
1 parent 9d359cf commit f81c258

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if !NO_CUBE_BUILD
2222
endif
2323
SUBDIRS += ccmain api . tessdata doc
2424

25-
EXTRA_DIST = ReleaseNotes \
25+
EXTRA_DIST = ReleaseNotes README.md\
2626
aclocal.m4 config configure.ac autogen.sh contrib \
2727
tesseract.pc.in $(TRAINING_SUBDIR) java doc testing
2828

README renamed to README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Note that this is a text-only and possibly out-of-date version of the
2-
wiki ReadMe, which is located at:
1+
Note that this is possibly out-of-date version of the wiki ReadMe,
2+
which is located at:
33

4-
https://github.com/tesseract-ocr/tesseract/blob/master/README
4+
https://github.com/tesseract-ocr/tesseract/blob/master/README.md
55

66
Introduction
77
============

configure.ac

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ AC_SUBST(GENERIC_VERSION)
6262
# Automake configuration
6363
# ----------------------------------------
6464

65-
AM_INIT_AUTOMAKE
65+
# Do not require README file (we use README.md)
66+
AM_INIT_AUTOMAKE([foreign])
6667
AC_CONFIG_HEADERS(config_auto.h:config/config.h.in)
6768
AM_MAINTAINER_MODE
6869

0 commit comments

Comments
 (0)