From f2b0729ec30d1731dae8ae45957b82e2d764946e Mon Sep 17 00:00:00 2001 From: Sargis Yonan Date: Wed, 28 Aug 2024 21:20:04 -0700 Subject: [PATCH] sapna change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a66351f..0db41a8 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ generate-png: venv font=$$(basename "$$file" .otf); \ python3 scripts/render_text.py "$$file" "ܥܠ ܐܪܥܐ ܫܠܡܐ ܘܣܒܪܐ ܛܒܐ ܠܒܪܢܫ̈ܐ" "$(SAMPLE_DIR)/$$font.png"; \ python3 scripts/render_text.py "$$file" "ܢܘܗܕܪܐ" "$(SAMPLE_DIR)/$$font-nohadra-sample.png"; \ - python3 scripts/render_text.py "$$file" "ܣܦܢܐ" "$(SAMPLE_DIR)/$$font-nohadra-sapna-text.png"; \ + python3 scripts/render_text.py "$$file" "ܨܦܢܐ" "$(SAMPLE_DIR)/$$font-nohadra-sapna-text.png"; \ python3 scripts/render_text.py "$$file" "ܐܡܕܝܐ" "$(SAMPLE_DIR)/$$font-nohadra-amedia-text.png"; \ done