From cc608d24b5c4dbcd969607c8638827f97722fa25 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Thu, 24 Jan 2002 06:41:19 +0000 Subject: Fix the Multiple Variants example in the man page. --- doc/man/scons.1 | 4 ++-- src/CHANGES.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 9a2e9a0..cadc7b8 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -1452,13 +1452,13 @@ in the build directories: .ES SConstruct: - Export("ccflags") - ccflags = '-DFOO' + Export("ccflags") BuildDir('foo', 'src') SConscript('foo/SConscript') ccflags = '-DBAR' + Export("ccflags") BuildDir('bar', 'src') SConscript('bar/SConscript') diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a246711..bdced28 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -29,7 +29,8 @@ RELEASE 0.04 - - Man page updates: corrected some mistakes, documented various missing Environment methods, alphabetized the construction variables and other functions, defined begin and end macros for - the example sections, regularized white space separation. + the example sections, regularized white space separation, fixed + the use of Export() in the Multiple Variants example. - Function action fixes: None is now a successful return value. Exceptions are now reported. Document function actions. -- cgit v0.12