summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-07-08 22:40:59 (GMT)
committerSteven Knight <knight@baldmt.com>2002-07-08 22:40:59 (GMT)
commita745dc65b8ccbc9b843a992b97218d5551ef644c (patch)
tree9631b59c6b5f819597e37e05bc3374f5d49998b4 /doc
parent5a10db0b98e2f10cfe365e315a8d633aa31edefb (diff)
downloadSCons-a745dc65b8ccbc9b843a992b97218d5551ef644c.zip
SCons-a745dc65b8ccbc9b843a992b97218d5551ef644c.tar.gz
SCons-a745dc65b8ccbc9b843a992b97218d5551ef644c.tar.bz2
Add a TAR Builder.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.111
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index f606adb..e6f6d0c 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -718,6 +718,7 @@ lex
nasm (if the GNU assembler is not available)
pdflatex
pdftex
+tar
tex
yacc
.EE
@@ -739,6 +740,7 @@ masm
nasm
pdflatex
pdftex
+tar
tex
yacc
.EE
@@ -1824,6 +1826,15 @@ The linker for programs that use shared libraries.
.IP SHLINKFLAGS
General options passed to the linker for programs using shared libraries.
+.IP TAR
+The tar archiver.
+
+.IP TARCOM
+The command line used to call the tar archiver.
+
+.IP TARFLAGS
+General options passed to the tar archiver.
+
.IP TEX
The TeX formatter and typesetter.