diff options
author | William Deegan <bill@baddogconsulting.com> | 2008-08-25 01:42:25 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2008-08-25 01:42:25 (GMT) |
commit | 480cfd558e35fa019171e817bbee38fbdaec0b1c (patch) | |
tree | e3954cb96203bc8130e921660b74d6acdbdb1670 | |
parent | 971d0847a90af1327b9001501731f6720f056774 (diff) | |
download | SCons-480cfd558e35fa019171e817bbee38fbdaec0b1c.zip SCons-480cfd558e35fa019171e817bbee38fbdaec0b1c.tar.gz SCons-480cfd558e35fa019171e817bbee38fbdaec0b1c.tar.bz2 |
bug 243 - Address manpage issues raised by Greg Noel
-rw-r--r-- | doc/man/scons.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index b605c8b..21e475e 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -4211,9 +4211,9 @@ The specified dependency file(s) will be ignored when deciding if the target file(s) need to be rebuilt. -You can also use -.B Ignore - to remove a target from the default build. +You can also use +.BR Ignore() +to remove a target from the default build. In order to do this you must specify the directory the target will be built in as the target, and the file you want to skip building as the dependency. |