From 09d3a31e317dd1b24ea57fed99c21acdbd7e9b1c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 16 Jul 2004 11:34:53 +0000 Subject: [PATCH] use usescons for using scons. --- Documentation/user/notation.itely | 2 +- make/stepmake.make | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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),) -- 2.39.2