Skip to content

Commit

Permalink
Remove more relicts from cppan build (fixes make dist)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 5, 2019
1 parent 6d32de4 commit 87841e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ kernel*.bin

# build dirs
/build*
/.cppan
/cppan
/*.dll
/*.lib
/*.exe
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 87841e9

Please sign in to comment.