From 55f35dd4f5f9d1d6902ed1ac732b62c16ad68618 Mon Sep 17 00:00:00 2001 From: theraysmith Date: Thu, 17 May 2007 17:55:12 +0000 Subject: [PATCH] Added eng.unicharset to Makefile.am git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@64 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- tessdata/Makefile.am | 2 +- tessdata/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tessdata/Makefile.am b/tessdata/Makefile.am index f0b7e4c4..9e6dd413 100644 --- a/tessdata/Makefile.am +++ b/tessdata/Makefile.am @@ -1,2 +1,2 @@ datadir = @datadir@/tessdata -data_DATA = confsets eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg +data_DATA = confsets eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset diff --git a/tessdata/Makefile.in b/tessdata/Makefile.in index f6bb4d2b..3f0f7ddb 100644 --- a/tessdata/Makefile.in +++ b/tessdata/Makefile.in @@ -156,7 +156,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -data_DATA = confsets eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg +data_DATA = confsets eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset all: all-am .SUFFIXES: -- GitLab