From b7ed03d0e233a950cb06c29a3645c0d1e6cfad60 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 11 Jun 2023 16:01:42 -0700 Subject: remove use of fix-static-display-names.py from otf (already removed from ttf) re #519 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45f49ce37..6ae4d0cb3 100644 --- a/Makefile +++ b/Makefile @@ -160,17 +160,10 @@ else FM_ARGS_2 += --no-production-names endif -$(FONTDIR)/static/InterDisplay-%.otf: $(UFODIR)/InterDisplay-%.ufo build/features_data | $(FONTDIR)/static venv - . $(VENV) ; fontmake -u $< -o otf --output-path $@ $(FM_ARGS_2) - . $(VENV) ; python misc/tools/fix-static-display-names.py $@ $(FONTDIR)/static/%.otf: $(UFODIR)/%.ufo build/features_data | $(FONTDIR)/static venv . $(VENV) ; fontmake -u $< -o otf --output-path $@ $(FM_ARGS_2) - -$(FONTDIR)/static/InterDisplay-%.ttf: $(UFODIR)/InterDisplay-%.ufo build/features_data | $(FONTDIR)/static venv - . $(VENV) ; fontmake -u $< -o ttf --output-path $@ $(FM_ARGS_2) - $(FONTDIR)/static/%.ttf: $(UFODIR)/%.ufo build/features_data | $(FONTDIR)/static venv . $(VENV) ; fontmake -u $< -o ttf --output-path $@ $(FM_ARGS_2) -- cgit v1.2.3