tesseract/tessdata/makedummies
theraysmith 4df1016692 Automake changes for version 2.00.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@84 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2007-07-18 01:04:56 +00:00

9 lines
151 B
Bash
Executable File

#!/bin/sh
for f in DangAmbigs freq-dawg inttemp normproto pffmtable unicharset user-words word-dawg
do
if [ ! -r $1.$f ]
then
touch $1.$f
fi
done