mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 15:31:31 +01:00
Renamed validate-generate.sh to validate-generate
-- Some shells may interpret *.sh files as sh regardless of the shebang
This commit is contained in:
parent
5766fde197
commit
f32cb826e8
2
Makefile
2
Makefile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user