From: Han-Wen Nienhuys Date: Fri, 16 Jul 2004 11:34:53 +0000 (+0000) Subject: use usescons for using scons. X-Git-Tag: release/2.3.7~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09d3a31e317dd1b24ea57fed99c21acdbd7e9b1c;p=lilypond.git use usescons for using scons. --- diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 46400ac47d..74fa827f56 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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 diff --git a/make/stepmake.make b/make/stepmake.make index 250b61b8ec..3c3f64a3f5 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -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),)