diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-02 19:15:13 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-02 19:15:13 +0000 |
commit | a6f86f6c52689872a64cfd2cab3744eb3a881f76 (patch) | |
tree | 5eecb2fc4fea97dde9ac0351c3c46b0a3951f407 /buildscripts | |
parent | 84aa0dad3e436409f734cca40f475d3808cfdfeb (diff) |
* mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
($(outdir)/Fontmap.lily): idem.
* buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
for PFAEmmentaler-XXX.pfa. This fixes ghostscript ps2pdf problems.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/gen-emmentaler-scripts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/gen-emmentaler-scripts.py b/buildscripts/gen-emmentaler-scripts.py index 29f1b0014f..c4f54f6e58 100644 --- a/buildscripts/gen-emmentaler-scripts.py +++ b/buildscripts/gen-emmentaler-scripts.py @@ -71,6 +71,7 @@ Generate("%(filename)s-%(design_size)d.svg"); SetFontNames("PFA%(name)s-%(design_size)d", "PFA%(name)s", "PFA%(name)s %(design_size)d", "%(design_size)d", "GNU GPL", "@TOPLEVEL_VERSION@"); # different name to prevent conflict with OTF +LoadEncodingFile("feta%(design_size)d.enc"); Generate("PFA%(filename)s-%(design_size)d.pfa"); ''' % vars() |