projects
/
scons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0f4e1
)
Trivial man page fix; fixes issue #2585.
author
garyo
<garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 30 Mar 2010 02:51:37 +0000
(
02:51
+0000)
committer
garyo
<garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 30 Mar 2010 02:51:37 +0000
(
02:51
+0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4736
fdb21ef1
-2011-0410-befe-
b5e4ea1792b1
doc/man/scons.1
patch
|
blob
|
history
diff --git
a/doc/man/scons.1
b/doc/man/scons.1
index c8017c4aed9284b035b832bd94c528448a37e13f..9c5e5de1514a854865391ded2e9e9943332836d2 100644
(file)
--- 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):