diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-03-30 02:51:37 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-03-30 02:51:37 (GMT) |
commit | 17323123c5aa7038b80d429b3720784fe7426d61 (patch) | |
tree | 68b3cae3b1fb39e8ed779e1a311ee811cc8c7804 /doc | |
parent | 238a7bdb01614c5d6b81fdebadd069bc40a61d23 (diff) | |
download | SCons-17323123c5aa7038b80d429b3720784fe7426d61.zip SCons-17323123c5aa7038b80d429b3720784fe7426d61.tar.gz SCons-17323123c5aa7038b80d429b3720784fe7426d61.tar.bz2 |
Trivial man page fix; fixes issue #2585.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index c8017c4..9c5e5de 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -8004,7 +8004,7 @@ may be indicated by a dictionary entry with a key value of None. .P .ES -b = Builder("build_it < $SOURCE > $TARGET" +b = Builder("build_it < $SOURCE > $TARGET", prefix = "file-") def gen_prefix(env, sources): |