summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-04-21 07:04:58 (GMT)
committerSteven Knight <knight@baldmt.com>2008-04-21 07:04:58 (GMT)
commit2c4d771f41cb33b412ab4de3f7be4599f10fc623 (patch)
treebe7bbb4a7d533d75761d12c9330d401ae0ca443b
parent736666c4435e553e13b69e57339ec91c9f4f2824 (diff)
downloadSCons-2c4d771f41cb33b412ab4de3f7be4599f10fc623.zip
SCons-2c4d771f41cb33b412ab4de3f7be4599f10fc623.tar.gz
SCons-2c4d771f41cb33b412ab4de3f7be4599f10fc623.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.in2
-rw-r--r--doc/user/less-simple.xml2
-rw-r--r--src/CHANGES.txt4
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