From: stevenknight Date: Mon, 9 May 2005 13:10:22 +0000 (+0000) Subject: Fix a man page keyword argument for Command(). (Bjorn Eriksson) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2f02cc64cc23d820951ca1ff44f7485cf8676de;p=scons.git Fix a man page keyword argument for Command(). (Bjorn Eriksson) git-svn-id: http://scons.tigris.org/svn/scons/trunk@1293 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/doc/man/scons.1 b/doc/man/scons.1 index c627a19f..a0f40891 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -2738,9 +2738,9 @@ Clean(['foo', 'bar'], 'something_else_to_clean') '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .TP -.RI Command( target ", " source ", " commands ", [" key = val ", ...])" +.RI Command( target ", " source ", " action ", [" key = val ", ...])" .TP -.RI env.Command( target ", " source ", " commands ", [" key = val ", ...])" +.RI env.Command( target ", " source ", " action ", [" key = val ", ...])" Executes a specific action (or list of actions) to build a target file or files. diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 51574a5b..0763a00e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -59,6 +59,10 @@ RELEASE 0.97 - XXX - Add support for .lex and .yacc file suffixes for Lex and Yacc files. + From Bjorn Eriksson: + + - Fix an incorrect Command() keyword argument in the man page. + From Eric Frias: - Huge performance improvement: wrap the tuples representing an