mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
7ec3dca968
Windows: use binary mode for fopen (issue 70); autotools: fixed cutil/Makefile.am, improved tessdata/Makefile.am; git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@604 d0cd1f9f-072b-0410-8dd7-cf729c803f20
7 lines
103 B
Makefile
7 lines
103 B
Makefile
datadir = @datadir@/tessdata
|
|
data_DATA = *.traineddata \
|
|
*.cube.*
|
|
|
|
SUBDIRS = configs tessconfigs
|
|
|