diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-07-11 14:03:01 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-07-11 14:03:01 +0000 |
commit | 416d2cc66c9072ba7ad9158cc543cd58ece8de18 (patch) | |
tree | 50a2f65f3400ae223a4c64cf3c91dcfe1b6da8e6 /SConstruct | |
parent | 63a4c4c652ddce7338b9e0f47d0e0c7de4d7a705 (diff) |
* SConstruct:
* buildscripts/builder.py:
* Documentation/user/SConscript: SCons fixes.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 4a715c730b..89d6a59da4 100644 --- a/SConstruct +++ b/SConstruct @@ -4,8 +4,13 @@ Experimental scons (www.scons.org) building: Usage: - scons + scons lily # build lily LILYPONDPREFIX=out-scons/usr/share/lilypond lily/out-scons/lilypond-bin + scons doc # build web doc + + scons # without args builds all targets below ./ + # maybe catch this one and only build lily? + scons / # builds all possible targets scons install scons -c # clean |