diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-17 23:12:12 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-17 23:12:12 (GMT) |
commit | 64a0553a81deaa7cab0158d9f533a1f460ad2c8b (patch) | |
tree | f8aacc828f3c77f73d8bebf5b6c5ec78eacf05d5 /doc | |
parent | 1c2adf628d15657cee31f82525493bd9ab84b369 (diff) | |
download | SCons-64a0553a81deaa7cab0158d9f533a1f460ad2c8b.zip SCons-64a0553a81deaa7cab0158d9f533a1f460ad2c8b.tar.gz SCons-64a0553a81deaa7cab0158d9f533a1f460ad2c8b.tar.bz2 |
Repository support (first cut).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index d32b7ff..f574fb3 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -634,14 +634,14 @@ Turn off -w, even if it was turned on implicitly. .\" .TP .\" --warn-undefined-variables .\" Warn when an undefined variable is referenced. -.\" -.\" .TP -.\" .RI -Y " repository" ", --repository=" repository -.\" Search the specified repository for any input and target -.\" files not found in the local directory hierarchy. Multiple -.\" .B -Y -.\" options may specified, in which case the -.\" repositories are searched in the order specified. + +.TP +.RI -Y " repository" ", --repository=" repository +Search the specified repository for any input and target +files not found in the local directory hierarchy. Multiple +.B -Y +options may specified, in which case the +repositories are searched in the order specified. .SH CONFIGURATION FILE REFERENCE .\" .SS Python Basics |