comparison TOOLS/subfont-c/fontgen @ 6788:ffcac0e6a5f4

smth
author alex
date Thu, 25 Jul 2002 13:36:59 +0000
parents 2a01a162266d
children
comparison
equal deleted inserted replaced
6787:f6a349add30d 6788:ffcac0e6a5f4
30 blur=2 30 blur=2
31 outline=1.5 31 outline=1.5
32 32
33 if [ ! -x $subfont_exec ]; then 33 if [ ! -x $subfont_exec ]; then
34 echo "fontgen: 'subfont' not found or not executable!" 34 echo "fontgen: 'subfont' not found or not executable!"
35 echo "fontgen: trying to make sources" 35 echo "fontgen: trying to compile"
36 36
37 make || exit 37 make || exit
38 38
39 if [ ! -x $subfont_exec ]; then 39 if [ ! -x $subfont_exec ]; then
40 echo "failed" 40 echo "failed"