mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Fixed issue 82
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@214 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
f53eec73fb
commit
67da130b1a
@ -210,7 +210,7 @@ distclean-tags:
|
||||
|
||||
maintainer-clean-tags:
|
||||
|
||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
|
||||
|
||||
subdir = tessdata
|
||||
|
||||
@ -311,17 +311,17 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset : makedummies
|
||||
./makedummies eng
|
||||
$(top_srcdir)/tessdata/makedummies eng
|
||||
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto fra.pffmtable fra.user-words fra.word-dawg fra.unicharset : makedummies
|
||||
./makedummies fra
|
||||
$(top_srcdir)/tessdata/makedummies fra
|
||||
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto ita.pffmtable ita.user-words ita.word-dawg ita.unicharset : makedummies
|
||||
./makedummies ita
|
||||
$(top_srcdir)/tessdata/makedummies ita
|
||||
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto deu.pffmtable deu.user-words deu.word-dawg deu.unicharset : makedummies
|
||||
./makedummies deu
|
||||
$(top_srcdir)/tessdata/makedummies deu
|
||||
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto spa.pffmtable spa.user-words spa.word-dawg spa.unicharset : makedummies
|
||||
./makedummies spa
|
||||
$(top_srcdir)/tessdata/makedummies spa
|
||||
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto nld.pffmtable nld.user-words nld.word-dawg nld.unicharset : makedummies
|
||||
./makedummies nld
|
||||
$(top_srcdir)/tessdata/makedummies nld
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user