summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-12-01 03:27:20 (GMT)
committerSteven Knight <knight@baldmt.com>2004-12-01 03:27:20 (GMT)
commit0669f3c1e4f2c646d5bb53add2dfd389885c7172 (patch)
treef8eaf6856e88b24a68597c81b79afadf26a9500b /doc
parentaecc084531f05e110277d52d560b3e3c17fbf09a (diff)
downloadSCons-0669f3c1e4f2c646d5bb53add2dfd389885c7172.zip
SCons-0669f3c1e4f2c646d5bb53add2dfd389885c7172.tar.gz
SCons-0669f3c1e4f2c646d5bb53add2dfd389885c7172.tar.bz2
More command-line customizability: and .
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.119
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 870377e..f620a9f 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -6733,6 +6733,15 @@ The tar archiver.
.IP TARCOM
The command line used to call the tar archiver.
+.IP TARCOMSTR
+The string displayed when archiving files
+using the tar archiver.
+If this is not set, then $TARCOM (the command line) is displayed.
+
+.ES
+env = Environment(TARCOMSTR = "Archiving $TARGET")
+.EE
+
.IP TARFLAGS
General options passed to the tar archiver.
@@ -6807,6 +6816,16 @@ The command line used to call the zip utility,
or the internal Python function used to create a
zip archive.
+.IP ZIPCOMSTR
+The string displayed when archiving files
+using the zip utility.
+If this is not set, then $ZIPCOM
+(the command line or internal Python function) is displayed.
+
+.ES
+env = Environment(ZIPCOMSTR = "Zipping $TARGET")
+.EE
+
.IP ZIPCOMPRESSION
The
.I compression