Skip to content

Commit 935e724

Browse files
jbreidenjimregan
authored andcommitted
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.
1 parent dcc457c commit 935e724

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ccstruct/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include_HEADERS = publictypes.h
1515
noinst_HEADERS = \
1616
blamer.h blckerr.h blobbox.h blobs.h blread.h boxread.h boxword.h ccstruct.h coutln.h crakedge.h \
1717
detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h \
18-
## imagedata.h \
18+
imagedata.h \
1919
ipoints.h \
2020
linlsq.h matrix.h mod128.h normalis.h \
2121
ocrblock.h ocrpara.h ocrrow.h otsuthr.h \
@@ -39,7 +39,7 @@ endif
3939
libtesseract_ccstruct_la_SOURCES = \
4040
blamer.cpp blobbox.cpp blobs.cpp blread.cpp boxread.cpp boxword.cpp ccstruct.cpp coutln.cpp \
4141
detlinefit.cpp dppoint.cpp fontinfo.cpp genblob.cpp \
42-
## imagedata.cpp \
42+
imagedata.cpp \
4343
linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \
4444
ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \
4545
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \

doc/Makefile.am

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
man_MANS = cntraining.1 combine_tessdata.1 mftraining.1 tesseract.1 \
22
unicharset_extractor.1 wordlist2dawg.1 unicharambigs.5 \
33
unicharset.5 ambiguous_words.1 shapeclustering.1 dawg2wordlist.1
4-
EXTRA_DIST = $(man_MANS) MOCRadaptingtesseract2.pdf \
5-
PageLayoutAnalysisICDAR2.pdf tesseracticdar2007.pdf Doxyfile
4+
EXTRA_DIST = $(man_MANS) Doxyfile

0 commit comments

Comments
 (0)