From a618b8860b9cb80bb5a6ba3e930d005c585b6e16 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Thu, 13 Apr 2017 12:59:39 -0400 Subject: [PATCH] fixed inverted logic in description of maybe-compile-* original commit: 3747716ba6a11073146619ce75ff625ad8cbd7c0 --- csug/system.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csug/system.stex b/csug/system.stex index 33bd4c7f65..5df66713fe 100644 --- a/csug/system.stex +++ b/csug/system.stex @@ -1222,7 +1222,7 @@ command-line option. \endentryheader These procedures are like their non-\scheme{maybe} counterparts but -do not compile the source file if the object file is out-of-date. +compile the source file only if the object file is out-of-date. An object file \var{X} is considered out-of-date if it does not exist or if it is older than the source file or any files included (via \scheme{include}) when \var{X} was created.