summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-01-07 17:48:31 (GMT)
committerMats Wichmann <mats@linux.com>2020-01-07 17:48:31 (GMT)
commitfa3aa9e79912faa7673587d7d461d9c016f133d2 (patch)
tree461c7199eeaca51218471bf4b51131dcb08d74d1
parentae5461ca714ea06e135899a8b08d615008aab4ee (diff)
downloadSCons-fa3aa9e79912faa7673587d7d461d9c016f133d2.zip
SCons-fa3aa9e79912faa7673587d7d461d9c016f133d2.tar.gz
SCons-fa3aa9e79912faa7673587d7d461d9c016f133d2.tar.bz2
[PR #3520] just drop the userguide section
Pre review comment, drop the section which referenced the *Signatures functions, rather than trying to fix it up. The functions were previously dropped. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--doc/user/depends.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml
index 3cba64c..703855d 100644
--- a/doc/user/depends.xml
+++ b/doc/user/depends.xml
@@ -747,25 +747,6 @@ int main() { printf("Hello, world!\n"); }
</section>
<section>
- <title>Obsolete Functions for Deciding When an Input File Has Changed</title>
-
- <para>
-
- In the past, &SCons; supported two functions
- (<function>SourceSignatures</function> and
- <function>TargetSignatures</function>)
- that once were the primary methods for configuring the
- decision about whether or not an input file had changed.
- These functions were deprecated since &SCons; version 2.0,
- and removed in &SCons; version 3.1 and
- are mentioned here solely for identification purposes,
- as there are a number of very old examples that may turn up
- in web searches and in the SCons Wiki that may reference them.
-
- </para>
- </section>
-
- <section>
<title>Implicit Dependencies: The &cv-CPPPATH; Construction Variable</title>
<para>