Remove more relicts from cppan build (fixes make dist)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-12-05 07:59:35 +01:00
parent 6d32de484a
commit 87841e9ace
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -87,8 +87,6 @@ kernel*.bin
# build dirs
/build*
/.cppan
/cppan
/*.dll
/*.lib
/*.exe

View File

@ -25,7 +25,7 @@ SUBDIRS = . tessdata doc unittest
EXTRA_DIST = README.md LICENSE
EXTRA_DIST += aclocal.m4 config configure.ac autogen.sh
EXTRA_DIST += tesseract.pc.in $(TRAINING_SUBDIR) java doc
EXTRA_DIST += CMakeLists.txt tesseract.pc.cmake cmake VERSION src/vs2010 cppan.yml
EXTRA_DIST += CMakeLists.txt tesseract.pc.cmake cmake VERSION src/vs2010
DIST_SUBDIRS = $(SUBDIRS) $(TRAINING_SUBDIR)