diff options
author | Rasmus Andersson <rasmus@notion.se> | 2023-06-12 02:01:42 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2023-06-12 02:01:42 +0300 |
commit | b7ed03d0e233a950cb06c29a3645c0d1e6cfad60 (patch) | |
tree | ca278c334612f3ebe06fef363234575061e41963 | |
parent | 350dd7040318ece1eca1132849fe4e81fd627880 (diff) | |
download | inter-b7ed03d0e233a950cb06c29a3645c0d1e6cfad60.tar.xz |
remove use of fix-static-display-names.py from otf (already removed from ttf) re #519
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) |