File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -160,17 +160,10 @@ else
160160 FM_ARGS_2 += --no-production-names
161161endif
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
You can’t perform that action at this time.
0 commit comments