]> git.donarmstrong.com Git - lilypond.git/commitdiff
use usescons for using scons.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 Jul 2004 11:34:53 +0000 (11:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 Jul 2004 11:34:53 +0000 (11:34 +0000)
Documentation/user/notation.itely
make/stepmake.make

index 46400ac47d23ff14237c5c9aa6f8ff58410902c6..74fa827f560ad070ba83bb3ab9a775ebcfb75c4a 100644 (file)
@@ -1181,7 +1181,7 @@ The command @code{\bar }@var{bartype} is a short cut for doing
 is set to a string, a bar line of that type is created.
 
 @cindex whichBar
-@cindex repeatCommands
+@cindex @code{repeatCommands}
 @cindex defaultBarType
 
 You are encouraged to use @code{\repeat} for repetitions.  See
index 250b61b8ecff300fd7eeaa0ebe8a47354b7e0821..3c3f64a3f5361403ced550a524c4f778f3b3a791 100644 (file)
@@ -1,7 +1,7 @@
 # make/Stepmake.make
 
-# If not m (make m=m), reroute to scons if user is using that.
-ifndef m
+# If usescons=something then reroute to scons if user is using that.
+ifdef usescons
 
 SCONS_USER = $(wildcard $(depth)/.sconsign)
 ifeq ($(SCONS_USER),)