2011-08-09 04:33:18 +08:00
|
|
|
SUBDIRS = ccstruct ccutil classify cube cutil dict image neural_networks/runtime textord viewer wordrec ccmain training tessdata testing java api 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:
|
|
|
|
# Need to remove CVS directories from directories
|
|
|
|
# added using EXTRA_DIST. $(distdir)/tessdata would in
|
|
|
|
# theory suffice.
|
2008-04-22 22:49:14 +08:00
|
|
|
rm -rf `find $(distdir) -name CVS`
|
|
|
|
rm -rf `find $(distdir) -name .svn`
|
|
|
|
rm -rf `find $(distdir) -name .deps`
|
2007-03-08 04:03:40 +08:00
|
|
|
# Also remove extra files not needed in a distribution
|
2011-08-09 04:33:18 +08:00
|
|
|
# rm -rf `find $(distdir) -name configure.ac`
|
2008-04-22 22:49:14 +08:00
|
|
|
rm -rf `find $(distdir) -name acinclude.m4`
|
2011-08-09 04:33:18 +08:00
|
|
|
# rm -rf `find $(distdir) -name aclocal.m4`
|