diff options
-rw-r--r-- | doc/man/scons.1 | 4 | ||||
-rw-r--r-- | src/CHANGES.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index c627a19..a0f4089 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 51574a5..0763a00 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 |