diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-03 15:04:50 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-03 15:04:50 +0000 |
commit | 27cd999ab1ce3acaa5c092a994cd5e73c7c5d43f (patch) | |
tree | 2054f05dacd869932bc1ccd27161ee1cb8548330 /SConstruct | |
parent | 6eec99899bd33cf13da7e08974eb854aaa5bd153 (diff) |
* GNUmakefile.in (builddir-exec): Add symlink tex/out. Fixes
--srcdir build (Bertalan).
* stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
headers and library too (Laura Conrad).
* Documentation/topdocs/INSTALL.texi (Top): Mention development
package for guile too (Laura Conrad).
* lily/main.cc (usage): Typo.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 5adfcb3058..f3067fd56f 100644 --- a/SConstruct +++ b/SConstruct @@ -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') @@ -674,7 +676,8 @@ def symlink_tree (target, source, env): ('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'), |