diff options
-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): |