Fix man page doc of the tool function.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 23 Mar 2003 01:06:05 +0000 (01:06 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 23 Mar 2003 01:06:05 +0000 (01:06 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@619 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1
src/CHANGES.txt

index 711c0c0cff0fe088791ed2b5a0bbe23c98086615..6ac9ebcc25a13948f0f233c741cd58da3100a1c8 100644 (file)
@@ -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])
index b858dd8d7374b9e02349ac049cf69fc4e1a78bf9..83d654453ec0377f239eb8a8ddbce4d0234e94ba 100644 (file)
@@ -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