]> git.donarmstrong.com Git - lilypond.git/blobdiff - SConstruct
(outdir)/latin1.enc: Build fix:
[lilypond.git] / SConstruct
index 5adfcb3058df19280ddf37615907e6120a6253ad..17bf53b98570ea6acd224a0ef077d017a434f586 100644 (file)
@@ -367,6 +367,8 @@ def configure (target, source, env):
                cpppath = []
                if env.has_key ('CPPPATH'):
                        cpppath = env['CPPPATH']
+
+       ## FIXME: linkage, check for libguile.h and scm_boot_guile
        #this could happen after flower...
        env.ParseConfig ('guile-config compile')
 
@@ -665,16 +667,20 @@ def symlink_tree (target, source, env):
              ('lily/',      'bin/lilypond-bin'),
              ('scripts/',   'bin/lilypond'),
              ('scripts/',   'bin/lilypond-book'),
-             ('mf',         'share/lilypond/dvips'),
+             ('mf',         'share/lilypond/dvips/mf-out'),
+             ('#ps',        'share/lilypond/dvips/ps'),
              ('#ps',        'share/lilypond/tex/music-drawing-routines.ps'),
-             ('mf',         'share/lilypond/afm'),
+             ('mf',         'share/lilypond/otf'),
              ('mf',         'share/lilypond/tfm'),
+             ('tex',        'share/lilypond/tex/enc'),
              ('#mf',        'share/lilypond/fonts/mf'),
-             ('mf',         'share/lilypond/fonts/afm'),
+             ('mf',         'share/lilypond/fonts/map'),
+             ('mf',         'share/lilypond/fonts/otf'),
              ('mf',         'share/lilypond/fonts/tfm'),
              ('mf',         'share/lilypond/fonts/type1'),
              ('#tex',       'share/lilypond/tex/source'),
-             ('mf',         'share/lilypond/tex/generate'),
+             ('tex',        'share/lilypond/tex/tex-out'),
+             ('mf',         'share/lilypond/tex/mf-out'),
              ('#ly',        'share/lilypond/ly'),
              ('#scm',       'share/lilypond/scm'),
              ('#ps',        'share/lilypond/ps'),