2007-03-08 04:03:40 +08:00
|
|
|
# TODO(luc) Add 'doc' to this list when ready
|
2007-05-17 08:47:26 +08:00
|
|
|
SUBDIRS = ccstruct ccutil classify cutil dict display image textord viewer wordrec ccmain training tessdata dlltest
|
2007-03-08 04:03:40 +08:00
|
|
|
|
2007-05-17 08:47:26 +08:00
|
|
|
EXTRA_DIST = tessdata phototest.tif tesseract.dsp tesseract.dsw StdAfx.cpp StdAfx.h tessdll.cpp tessdll.h tessdll.dsp tessdll.dll tessdll.lib tesseract.exe dlltest.exe
|
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.
|
|
|
|
rm -rf `find $(distdir) -name CVS`
|
|
|
|
# Also remove extra files not needed in a distribution
|
|
|
|
rm -rf `find $(distdir) -name configure.ac`
|
|
|
|
rm -rf `find $(distdir) -name acinclude.m4`
|
|
|
|
rm -rf `find $(distdir) -name aclocal.m4`
|