From de106bc83a3d2672f435906f0e3efb20c408f583 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 18 Sep 2022 15:03:05 -0700 Subject: use ttfautohint with python -m instead of by path to script. Closes #470 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7f7cbfa82..60d8770e6 100644 --- a/Makefile +++ b/Makefile @@ -113,8 +113,7 @@ $(FONTDIR)/static/%.ttf: $(UFODIR)/%.ufo | $(FONTDIR)/static venv --overlaps-backend pathops --production-names $(FONTDIR)/static-hinted/%.ttf: $(FONTDIR)/static/%.ttf | $(FONTDIR)/static-hinted venv - . $(VENV) ; python $(PWD)/build/venv/lib/python/site-packages/ttfautohint \ - --no-info "$<" "$@" + . $(VENV) ; python -m ttfautohint --no-info "$<" "$@" $(FONTDIR)/var/Inter-V.var.ttf: $(FONTDIR)/var/Inter.var.ttf venv . $(VENV) ; python misc/tools/rename.py --family "Inter V" -o $@ $< @@ -456,8 +455,6 @@ build/venv/config.stamp: requirements.txt @mkdir -p build test -d build/venv || python3 -m venv build/venv . $(VENV) ; pip install -Ur requirements.txt - rm -f build/venv/lib/python - ln -sf $$(basename $$(readlink build/venv/bin/python)) build/venv/lib/python touch $@ reset: clean -- cgit v1.2.3