From decf967b2105f9d91d1ba285ba28761b2cffbb25 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 8 Jun 2010 05:48:50 +0000 Subject: Minor User's Guide updates: copyright years, deprecated features, TODOs that have been documented. --- doc/user/command-line.in | 4 ++-- doc/user/command-line.xml | 4 ++-- doc/user/depends.in | 7 ++++--- doc/user/depends.xml | 7 ++++--- doc/user/main.in | 11 ++--------- doc/user/main.xml | 7 ------- 6 files changed, 14 insertions(+), 26 deletions(-) diff --git a/doc/user/command-line.in b/doc/user/command-line.in index f26f2c7..6fb8299 100644 --- a/doc/user/command-line.in +++ b/doc/user/command-line.in @@ -943,8 +943,8 @@ These older names still work, and you may encounter them in older &SConscript; fles, - but their use is discouraged - and will be officially deprecated some day. + but they have been officially deprecated + as of &SCons; version 2.0. diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index f5e70ad..4b75eba 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -926,8 +926,8 @@ These older names still work, and you may encounter them in older &SConscript; fles, - but their use is discouraged - and will be officially deprecated some day. + but they have been officially deprecated + as of &SCons; version 2.0. diff --git a/doc/user/depends.in b/doc/user/depends.in index 9a57055..7191fa2 100644 --- a/doc/user/depends.in +++ b/doc/user/depends.in @@ -672,13 +672,14 @@ &SCons; still supports two functions that used to be the primary methods for configuring the decision about whether or not an input file has changed. - Although they're not officially deprecated yet, - their use is discouraged, + These functions have been officially deprecated + as &SCons; version 2.0, + and their use is discouraged, mainly because they rely on a somewhat confusing distinction between how source files and target files are handled. These functions are documented here mainly in case you - encounter them in existing &SConscript; files. + encounter them in older &SConscript; files. diff --git a/doc/user/depends.xml b/doc/user/depends.xml index c9207d5..2c728eb 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -661,13 +661,14 @@ &SCons; still supports two functions that used to be the primary methods for configuring the decision about whether or not an input file has changed. - Although they're not officially deprecated yet, - their use is discouraged, + These functions have been officially deprecated + as &SCons; version 2.0, + and their use is discouraged, mainly because they rely on a somewhat confusing distinction between how source files and target files are handled. These functions are documented here mainly in case you - encounter them in existing &SConscript; files. + encounter them in older &SConscript; files. diff --git a/doc/user/main.in b/doc/user/main.in index 4c2c1b8..5bf274a 100644 --- a/doc/user/main.in +++ b/doc/user/main.in @@ -96,14 +96,7 @@