2011-08-19 06:06:01 +08:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2011-10-17 03:39:54 +08:00
|
|
|
SUBDIRS = ccutil viewer cutil image ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . training java tessdata testing doc
|
2010-10-01 00:27:39 +08:00
|
|
|
#if USING_GETTEXT
|
|
|
|
#SUBDIRS += po
|
|
|
|
#AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
#endif
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2011-08-19 02:00:22 +08:00
|
|
|
EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes \
|
2011-08-19 03:57:34 +08:00
|
|
|
aclocal.m4 config configure.ac runautoconf tesseract.spec contrib
|
2007-05-17 09:52:36 +08:00
|
|
|
|
2007-03-08 04:03:40 +08:00
|
|
|
#EXTRA_DIST = doc/html doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.pdf doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.ps.gz
|
|
|
|
|
|
|
|
dist-hook:
|
2011-08-19 05:33:28 +08:00
|
|
|
# Need to remove .svn directories from directories
|
2007-03-08 04:03:40 +08:00
|
|
|
# added using EXTRA_DIST. $(distdir)/tessdata would in
|
|
|
|
# theory suffice.
|
2008-04-22 22:49:14 +08:00
|
|
|
rm -rf `find $(distdir) -name .svn`
|
|
|
|
rm -rf `find $(distdir) -name .deps`
|
2011-08-19 05:33:28 +08:00
|
|
|
rm -rf `find $(distdir) -name Makefile.in`
|