summaryrefslogtreecommitdiff
path: root/fonts/thai/fonts-tlwg/scripts/gen.mk.am
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/thai/fonts-tlwg/scripts/gen.mk.am')
-rw-r--r--fonts/thai/fonts-tlwg/scripts/gen.mk.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/thai/fonts-tlwg/scripts/gen.mk.am b/fonts/thai/fonts-tlwg/scripts/gen.mk.am
index 7f762559c0..521a6dccd5 100644
--- a/fonts/thai/fonts-tlwg/scripts/gen.mk.am
+++ b/fonts/thai/fonts-tlwg/scripts/gen.mk.am
@@ -58,7 +58,7 @@ CLEANFILES = *.ttf *.g2n *.pfb *.afm *.pfm *.otf *.woff *.enc *.tfm
SUFFIXES: .sfd .ttf .otf .woff .pfb
TTF%.ttf: %.sfd
- $(top_srcdir)/scripts/gen-test-ttf.py $<
+ $(PYTHON) $(top_srcdir)/scripts/gen-test-ttf.py $<
OTF%.otf: %.sfd
$(FONTFORGE) -script $(top_srcdir)/scripts/gen-test-otf.pe $<
@@ -67,7 +67,7 @@ PS%.afm PS%.pfb: %.sfd
$(FONTFORGE) -script $(top_srcdir)/scripts/gen-test-pfb.pe $<
%.ttf: %.sfd
- $(top_srcdir)/scripts/gen-ttf.py $<
+ $(PYTHON) $(top_srcdir)/scripts/gen-ttf.py $<
%.otf: %.sfd
$(FONTFORGE) -script $(top_srcdir)/scripts/gen-otf.pe $<