diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-08 05:48:50 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-08 05:48:50 (GMT) |
commit | decf967b2105f9d91d1ba285ba28761b2cffbb25 (patch) | |
tree | 94c682968076c4f641df92890adf467fd76740c7 /doc | |
parent | 84ae5972cf07cb74a36f961b7d39edd3ce16d9fc (diff) | |
download | SCons-decf967b2105f9d91d1ba285ba28761b2cffbb25.zip SCons-decf967b2105f9d91d1ba285ba28761b2cffbb25.tar.gz SCons-decf967b2105f9d91d1ba285ba28761b2cffbb25.tar.bz2 |
Minor User's Guide updates: copyright years, deprecated features, TODOs that have been documented.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/command-line.in | 4 | ||||
-rw-r--r-- | doc/user/command-line.xml | 4 | ||||
-rw-r--r-- | doc/user/depends.in | 7 | ||||
-rw-r--r-- | doc/user/depends.xml | 7 | ||||
-rw-r--r-- | doc/user/main.in | 11 | ||||
-rw-r--r-- | 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. </para> 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. </para> 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. </para> 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. </para> 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 @@ <!-- - XXX FindFile() - XXX FindPathDirs() - XXX GetBuildPath() - XXX GetLaunchDir() - - XXX ParseDepends() XXX Platform() - XXX SConsignFile() XXX Tools() XXX GetOption('duplicate') @@ -129,10 +122,10 @@ <edition>Revision &buildrevision; (&builddate;)</edition> - <pubdate>2004, 2005, 2006, 2007, 2008</pubdate> + <pubdate>2004, 2005, 2006, 2007, 2008, 2009, 2010</pubdate> <copyright> - <year>2004, 2005, 2006, 2007, 2008</year> + <year>2004, 2005, 2006, 2007, 2008, 2009, 2010</year> <holder>Steven Knight</holder> </copyright> diff --git a/doc/user/main.xml b/doc/user/main.xml index 4c2c1b8..df287a7 100644 --- a/doc/user/main.xml +++ b/doc/user/main.xml @@ -96,14 +96,7 @@ <!-- - XXX FindFile() - XXX FindPathDirs() - XXX GetBuildPath() - XXX GetLaunchDir() - - XXX ParseDepends() XXX Platform() - XXX SConsignFile() XXX Tools() XXX GetOption('duplicate') |