From bff7f4d25677f6d1543abe553e3b7a63dc910b0c Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 23 Mar 2003 01:06:05 +0000 Subject: Fix man page doc of the tool function. --- doc/man/scons.1 | 2 +- src/CHANGES.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 711c0c0..6ac9ebc 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -829,7 +829,7 @@ will call the specified elements to update the new construction environment: .ES -def my_tool(env): +def my_tool(env, platform): env['XYZZY'] = 'xyzzy' env = Environment(tools = [my_tool]) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b858dd8..83d6544 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -49,7 +49,8 @@ RELEASE 0.12 - XXX - Add support for Tar and Zip files. - Better documentation of the different ways to export variables to a - subsidiary SConscript file. + subsidiary SConscript file. Fix a documentation bug in a tools + example. - Support fetching arbitrary files from the TARGETS or SOURCES lists (e.g. ${SOURCES[2]}) when calculating the build signature of a -- cgit v0.12