File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if !NO_CUBE_BUILD
22
22
endif
23
23
SUBDIRS += ccmain api . tessdata doc
24
24
25
- EXTRA_DIST = ReleaseNotes \
25
+ EXTRA_DIST = ReleaseNotes README.md \
26
26
aclocal.m4 config configure.ac autogen.sh contrib \
27
27
tesseract.pc.in $(TRAINING_SUBDIR ) java doc testing
28
28
Original file line number Diff line number Diff line change 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:
3
3
4
- https://github.com/tesseract-ocr/tesseract/blob/master/README
4
+ https://github.com/tesseract-ocr/tesseract/blob/master/README.md
5
5
6
6
Introduction
7
7
============
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ AC_SUBST(GENERIC_VERSION)
62
62
# Automake configuration
63
63
# ----------------------------------------
64
64
65
- AM_INIT_AUTOMAKE
65
+ # Do not require README file (we use README.md)
66
+ AM_INIT_AUTOMAKE([foreign])
66
67
AC_CONFIG_HEADERS(config_auto.h:config/config.h.in)
67
68
AM_MAINTAINER_MODE
68
69
You can’t perform that action at this time.
0 commit comments