mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
Changes to get 'make-dist' to work
This is what was required to get 'make-dist' to work. I left autogen alone since it works, albeit with an error message. My practice packages appear to work fine.
This commit is contained in:
parent
dcc457cc05
commit
935e72401a
@ -15,7 +15,7 @@ include_HEADERS = publictypes.h
|
||||
noinst_HEADERS = \
|
||||
blamer.h blckerr.h blobbox.h blobs.h blread.h boxread.h boxword.h ccstruct.h coutln.h crakedge.h \
|
||||
detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h \
|
||||
## imagedata.h \
|
||||
imagedata.h \
|
||||
ipoints.h \
|
||||
linlsq.h matrix.h mod128.h normalis.h \
|
||||
ocrblock.h ocrpara.h ocrrow.h otsuthr.h \
|
||||
@ -39,7 +39,7 @@ endif
|
||||
libtesseract_ccstruct_la_SOURCES = \
|
||||
blamer.cpp blobbox.cpp blobs.cpp blread.cpp boxread.cpp boxword.cpp ccstruct.cpp coutln.cpp \
|
||||
detlinefit.cpp dppoint.cpp fontinfo.cpp genblob.cpp \
|
||||
## imagedata.cpp \
|
||||
imagedata.cpp \
|
||||
linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \
|
||||
ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \
|
||||
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \
|
||||
|
@ -1,5 +1,4 @@
|
||||
man_MANS = cntraining.1 combine_tessdata.1 mftraining.1 tesseract.1 \
|
||||
unicharset_extractor.1 wordlist2dawg.1 unicharambigs.5 \
|
||||
unicharset.5 ambiguous_words.1 shapeclustering.1 dawg2wordlist.1
|
||||
EXTRA_DIST = $(man_MANS) MOCRadaptingtesseract2.pdf \
|
||||
PageLayoutAnalysisICDAR2.pdf tesseracticdar2007.pdf Doxyfile
|
||||
EXTRA_DIST = $(man_MANS) Doxyfile
|
||||
|
Loading…
Reference in New Issue
Block a user