Renamed validate-generate.sh to validate-generate

-- Some shells may interpret *.sh files as sh regardless of the shebang
pull/33/head
Ryan Delaney 2014-06-14 14:30:53 -07:00
parent 5766fde197
commit f32cb826e8
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ all: $(TTF_FILES)
OTF/%.otf %.ttf Webfonts/%.svg Webfonts/%.eot Webfonts/%.woff Webfonts/%-decl.css: Sources/%.sfd
mkdir -p OTF Webfonts
./validate-generate.sh "$*"
./validate-generate "$*"
# TODO determine perfect parameters
ttfautohint "$*.ttf" "$*.hinted.ttf"
mv "$*.hinted.ttf" "$*.ttf"