From 2c4d771f41cb33b412ab4de3f7be4599f10fc623 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 21 Apr 2008 07:04:58 +0000 Subject: 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 tag to Glob() section. ........ --- doc/user/less-simple.in | 2 ++ doc/user/less-simple.xml | 2 ++ src/CHANGES.txt | 4 ++++ 3 files changed, 8 insertions(+) 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. + +
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. + +
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 -- cgit v0.12