summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-06-12 02:01:42 +0300
committerRasmus Andersson <rasmus@notion.se>2023-06-12 02:01:42 +0300
commitb7ed03d0e233a950cb06c29a3645c0d1e6cfad60 (patch)
treeca278c334612f3ebe06fef363234575061e41963 /Makefile
parent350dd7040318ece1eca1132849fe4e81fd627880 (diff)
downloadinter-b7ed03d0e233a950cb06c29a3645c0d1e6cfad60.tar.xz
remove use of fix-static-display-names.py from otf (already removed from ttf) re #519
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
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)