From d6f001ff3d19fdffec67dccf6b5385f2ab1cf01c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 27 Jan 2008 13:09:48 +0100 Subject: [PATCH] Use out/gen-emmentaler-scripts, not gen-emmentaler-scripts.py. Reason: We need @TOPLEVEL_VERSION@ expanded in the FontForge script. This should be updated in SConscript too; however, it seems that the python scripts in `out' aren't built at all with SCons... --- mf/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 74d2bc265d..db520c24e5 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -86,7 +86,7 @@ $(outdir)/aybabtu.fontname: $(outdir)/aybabtu.subfonts: echo $(subst .mf,,$(call src-wildcard,feta-braces-[a-z].mf)) > $@ -$(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py +$(PE_SCRIPTS): $(buildscript-dir)/out/gen-emmentaler-scripts $(PYTHON) $< --dir=$(outdir) ALL_FONTS = $(FETA_FONTS) -- 2.39.5