From 416f5cad27c57989e5741074f72682c4a65af61d Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 23 Mar 2003 01:06:05 +0000 Subject: [PATCH] Fix man page doc of the tool function. git-svn-id: http://scons.tigris.org/svn/scons/trunk@619 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 711c0c0c..6ac9ebcc 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 b858dd8d..83d65445 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 -- 2.26.2