remove not existing directory from autotools distribution

This commit is contained in:
Zdenko Podobný 2018-10-10 00:36:53 +02:00
parent 67b6b02e2d
commit 6e75924352

View File

@ -23,7 +23,7 @@ SUBDIRS += src/dict src/classify src/wordrec src/textord src/lstm
SUBDIRS += src/ccmain src/api . tessdata doc unittest
EXTRA_DIST = README.md\
aclocal.m4 config configure.ac autogen.sh contrib \
aclocal.m4 config configure.ac autogen.sh \
tesseract.pc.in $(TRAINING_SUBDIR) java doc langtests unlvtests
DIST_SUBDIRS = $(SUBDIRS) $(TRAINING_SUBDIR)