> Here's my make.log:
>
> http://www.markpolesky.com/norobots/make.log
Indeed: Instead of calling the script pfx2ttf.fontforge four times, I
just see
true
true
true
true
The rule covering this can be found in file `mf/GNUmakefile':
$(NCSB_OTFS): $(NCSB_SOURCE_FILES) \
$(auxscript-dir)/pfx2ttf.fontforge
$(foreach i, $(basename $(NCSB_SOURCE_FILES)), \
$(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
$(i).pfb $(i).afm $(outdir)/ && ) true
Since there's just `true' this essentially means that
`NCSB_SOURCE_FILES' was empty. In other words, the New Century
Schoolbook fonts couldn't be found at all on your computer.
I've seen that Julien is working on
http://code.google.com/p/lilypond/issues/detail?id=3526
This should improve the configuration process (i.e., it should
properly fail for you).
Werner
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond