mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Fixed makemoredists again
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@272 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
feed23dd0e
commit
7f66d9665d
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
winlist="tessdll.dll tessdll.lib tesseract.exe dlltest.exe training/cntraining.exe training/mftraining.exe training/unicharset_extractor.exe training/wordlist2dawg.exe java/ScrollView.jar"
|
||||
winlist="tessdll.dll tessdll.lib tesseract.exe dlltest.exe training/cnTraining.exe training/mfTraining.exe training/unicharset_extractor.exe training/wordlist2dawg.exe java/ScrollView.jar"
|
||||
ver=`ls -1rt *[0-9].tar.gz |tail -1`
|
||||
ver=${ver%.tar.gz}
|
||||
for l in eng deu fra ita spa nld por deu-f vie kan eus
|
||||
|
Loading…
Reference in New Issue
Block a user