summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-20 20:45:07 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-20 20:45:07 (GMT)
commit56e544ee9af35d1bf9fb599809dbb9a9f576a641 (patch)
tree5eab4d2afb17727557b623e8ec7a25b614322912 /doc
parent464833f9a7c83d5b5cc4483c294861a6c9a3fc7e (diff)
downloadSCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.zip
SCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.tar.gz
SCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.tar.bz2
Add more customizability: , , , .
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.126
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 08887fa..23e646b 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -4506,7 +4506,13 @@ The BitKeeper executable.
.IP BITKEEPERCOM
The command line for
-fetching source files using BitKEeper.
+fetching source files using BitKeeper.
+
+.IP BITKEEPERCOMSTR
+The string displayed when fetching
+a source file using BitKeeper.
+If this is not set, then $BITKEEPERCOM
+(the command line) is displayed.
.IP BITKEEPERGET
The command ($BITKEEPER) and subcommand
@@ -4781,6 +4787,12 @@ Options that are passed to the CVS checkout subcommand.
The command line used to
fetch source files from a CVS repository.
+.IP CVSCOMSTR
+The string displayed when fetching
+a source file from a CVS repository.
+If this is not set, then $CVSCOM
+(the command line) is displayed.
+
.IP CVSFLAGS
General options that are passed to CVS.
By default, this is set to
@@ -6217,6 +6229,12 @@ used to fetch source files from RCS.
The command line used to
fetch (checkout) source files from RCS.
+.IP RCS_COCOMSTR
+The string displayed when fetching
+a source file from RCS.
+If this is not set, then $RCS_COCOM
+(the command line) is displayed.
+
.IP RCS_COFLAGS
Options that are passed to the $RCS_CO command.
@@ -6299,6 +6317,12 @@ The SCCS executable.
The command line used to
fetch source files from SCCS.
+.IP SCCSCOMSTR
+The string displayed when fetching
+a source file from a CVS repository.
+If this is not set, then $SCCSCOM
+(the command line) is displayed.
+
.IP SCCSFLAGS
General options that are passed to SCCS.