mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
rename README to README.md - fixes #45
This commit is contained in:
parent
b4b2aaee80
commit
387ae36cd0
@ -22,7 +22,7 @@ if !NO_CUBE_BUILD
|
|||||||
endif
|
endif
|
||||||
SUBDIRS += ccmain api . tessdata doc
|
SUBDIRS += ccmain api . tessdata doc
|
||||||
|
|
||||||
EXTRA_DIST = ReleaseNotes \
|
EXTRA_DIST = ReleaseNotes README.md\
|
||||||
aclocal.m4 config configure.ac autogen.sh contrib \
|
aclocal.m4 config configure.ac autogen.sh contrib \
|
||||||
tesseract.pc.in $(TRAINING_SUBDIR) java doc testing
|
tesseract.pc.in $(TRAINING_SUBDIR) java doc testing
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Note that this is a text-only and possibly out-of-date version of the
|
Note that this is possibly out-of-date version of the wiki ReadMe,
|
||||||
wiki ReadMe, which is located at:
|
which is located at:
|
||||||
|
|
||||||
https://github.com/tesseract-ocr/tesseract/blob/master/README
|
https://github.com/tesseract-ocr/tesseract/blob/master/README.md
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
@ -62,7 +62,8 @@ AC_SUBST(GENERIC_VERSION)
|
|||||||
# Automake configuration
|
# 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)
|
AC_CONFIG_HEADERS(config_auto.h:config/config.h.in)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user