diff --git a/ccstruct/Makefile.am b/ccstruct/Makefile.am index abd47c4499..13fc4bd7ad 100644 --- a/ccstruct/Makefile.am +++ b/ccstruct/Makefile.am @@ -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 \ diff --git a/doc/Makefile.am b/doc/Makefile.am index 0a7e36c1ee..beaf408019 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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