mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Remove more relicts from cppan build (fixes make dist
)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
6d32de484a
commit
87841e9ace
2
.gitignore
vendored
2
.gitignore
vendored
@ -87,8 +87,6 @@ kernel*.bin
|
||||
|
||||
# build dirs
|
||||
/build*
|
||||
/.cppan
|
||||
/cppan
|
||||
/*.dll
|
||||
/*.lib
|
||||
/*.exe
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user