Skip to content

Commit b7ed03d

Browse files
committed
remove use of fix-static-display-names.py from otf (already removed from ttf) re #519
1 parent 350dd70 commit b7ed03d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,10 @@ else
160160
FM_ARGS_2 += --no-production-names
161161
endif
162162

163-
$(FONTDIR)/static/InterDisplay-%.otf: $(UFODIR)/InterDisplay-%.ufo build/features_data | $(FONTDIR)/static venv
164-
. $(VENV) ; fontmake -u $< -o otf --output-path $@ $(FM_ARGS_2)
165-
. $(VENV) ; python misc/tools/fix-static-display-names.py $@
166163

167164
$(FONTDIR)/static/%.otf: $(UFODIR)/%.ufo build/features_data | $(FONTDIR)/static venv
168165
. $(VENV) ; fontmake -u $< -o otf --output-path $@ $(FM_ARGS_2)
169166

170-
171-
$(FONTDIR)/static/InterDisplay-%.ttf: $(UFODIR)/InterDisplay-%.ufo build/features_data | $(FONTDIR)/static venv
172-
. $(VENV) ; fontmake -u $< -o ttf --output-path $@ $(FM_ARGS_2)
173-
174167
$(FONTDIR)/static/%.ttf: $(UFODIR)/%.ufo build/features_data | $(FONTDIR)/static venv
175168
. $(VENV) ; fontmake -u $< -o ttf --output-path $@ $(FM_ARGS_2)
176169

0 commit comments

Comments
 (0)