File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,17 @@ $(NAME)-%.otf: $(SRCDIR)/$(NAME)-%.sfdir $(SRCDIR)/$(LATIN)-%.sfdir $(SRCDIR)/$(
4545 @FILES=($+); $(PY ) $(BUILD ) --version=$(VERSION ) --out-file=$@ --feature-file=$$ {FILES[2]} $$ {FILES[0]} $$ {FILES[1]}
4646ifeq ($(ttx ) , true)
4747 @echo " TTX $@"
48- @pyftsubset $@ --output-file=$@ --unicodes='*' --layout-features='*' --name-IDs='*'
48+ @pyftsubset $@ --output-file=$@.tmp --unicodes='*' --layout-features='*' --name-IDs='*'
49+ @mv $@.tmp $@
4950endif
5051
5152$(NAME ) -% .ttf : $(SRCDIR ) /$(NAME ) -% .sfdir $(SRCDIR ) /$(LATIN ) -% .sfdir $(SRCDIR ) /$(NAME ) .fea Makefile $(BUILD )
5253 @echo " FF $@ "
5354 @FILES=($+); $(PY ) $(BUILD ) --version=$(VERSION ) --out-file=$@ --feature-file=$$ {FILES[2]} $$ {FILES[0]} $$ {FILES[1]}
5455ifeq ($(ttx ) , true)
5556 @echo " TTX $@"
56- @pyftsubset $@ --output-file=$@ --unicodes='*' --layout-features='*' --name-IDs='*'
57+ @pyftsubset $@ --output-file=$@.tmp --unicodes='*' --layout-features='*' --name-IDs='*'
58+ @mv $@.tmp $@
5759endif
5860ifeq ($(crunch ) , true)
5961 @echo " FC $@"
You can’t perform that action at this time.
0 commit comments