From 653302bb7ebf2e13ea36068b6987dc3ae1a121ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Sat, 25 Apr 2026 02:22:28 +0200 Subject: [PATCH] use $(PY) instead of hard-coded python in `make check` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc7da1de1f..1823b5af22 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ $(DOC)/Documentation-Arabic.html: $(DOC)/Documentation-Arabic.md @pandoc $< -o $@ -f markdown-smart -t html -s -c Documentation-Arabic.css check: $(TTF) - @$(foreach font,$+,echo " OTS $(font)" && python -m ots --quiet $(font) &&) true + @$(foreach font,$+,echo " OTS $(font)" && $(PY) -m ots --quiet $(font) &&) true clean: rm -rfv $(TTF) $(HTML)