mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
aae3da5bf1
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@636 d0cd1f9f-072b-0410-8dd7-cf729c803f20
20 lines
750 B
Makefile
20 lines
750 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = ccutil viewer cutil image ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . training java tessdata testing doc
|
|
#if USING_GETTEXT
|
|
#SUBDIRS += po
|
|
#AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
|
|
#endif
|
|
|
|
EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes \
|
|
aclocal.m4 config configure.ac autogen.sh tesseract.spec contrib
|
|
|
|
#EXTRA_DIST = doc/html doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.pdf doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.ps.gz
|
|
|
|
dist-hook:
|
|
# Need to remove .svn directories from directories
|
|
# added using EXTRA_DIST. $(distdir)/tessdata would in
|
|
# theory suffice.
|
|
rm -rf `find $(distdir) -name .svn`
|
|
rm -rf `find $(distdir) -name .deps`
|
|
rm -rf `find $(distdir) -name Makefile.in`
|