diff options
author | Steven Knight <knight@baldmt.com> | 2008-04-21 07:04:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-04-21 07:04:58 (GMT) |
commit | 0af8df7122c90fd416fa7c4763d5f029c28c4ea7 (patch) | |
tree | be7bbb4a7d533d75761d12c9330d401ae0ca443b | |
parent | b6b2ec2e51c69753c187f8712ad4c0bb6dfa6d9a (diff) | |
download | SCons-0af8df7122c90fd416fa7c4763d5f029c28c4ea7.zip SCons-0af8df7122c90fd416fa7c4763d5f029c28c4ea7.tar.gz SCons-0af8df7122c90fd416fa7c4763d5f029c28c4ea7.tar.bz2 |
Merged revisions 2896-2897 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core
........
r2897 | stevenknight | 2008-04-21 00:01:19 -0700 (Mon, 21 Apr 2008) | 2 lines
Add missing close </para> tag to Glob() section.
........
-rw-r--r-- | doc/user/less-simple.in | 2 | ||||
-rw-r--r-- | doc/user/less-simple.xml | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/less-simple.in b/doc/user/less-simple.in index 7b45271..cf59319 100644 --- a/doc/user/less-simple.in +++ b/doc/user/less-simple.in @@ -230,6 +230,8 @@ The SCons man page has more details on using Glob() with Variant dirs and Repositories and returning strings rather than Nodes. + </para> + </section> <section> diff --git a/doc/user/less-simple.xml b/doc/user/less-simple.xml index c6ded70..5392518 100644 --- a/doc/user/less-simple.xml +++ b/doc/user/less-simple.xml @@ -219,6 +219,8 @@ The SCons man page has more details on using Glob() with Variant dirs and Repositories and returning strings rather than Nodes. + </para> + </section> <section> diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 11f6dfb..b901b5d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -18,6 +18,10 @@ RELEASE 0.98.2 - XXX - Fix being able to specify --interactive mode command lines with \ (backslash) path name separators on Windows. + From Gary Oberbrunner: + + - Document Glob() in the User's Guide. + RELEASE 0.98.1 - Fri, 18 Apr 2008 19:11:58 -0700 |