Skip to content

Commit

Permalink
Changes to get 'make-dist' to work
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbreiden authored and jimregan committed Jun 29, 2015
1 parent dcc457c commit 935e724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ccstruct/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 935e724

Please sign in to comment.