summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-09-17 12:01:39 (GMT)
committerSteven Knight <knight@baldmt.com>2003-09-17 12:01:39 (GMT)
commitaff3d21397df3db4ee99f0d6ef964dde23791b50 (patch)
tree104507e594a84e99a83abbbffac1b51cd834113c /doc
parent0b3f13af1549fc4f6b6ed57f151b1d2004e82f2c (diff)
downloadSCons-aff3d21397df3db4ee99f0d6ef964dde23791b50.zip
SCons-aff3d21397df3db4ee99f0d6ef964dde23791b50.tar.gz
SCons-aff3d21397df3db4ee99f0d6ef964dde23791b50.tar.bz2
Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Python 2.2. (Charles Crain)
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 d465524..bd35b93 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -1426,6 +1426,19 @@ env.M4(target = 'foo.c', source = 'foo.c.m4')
.IP Jar
Builds a Java archive (.jar) file
from a source tree of .class files.
+If the $JAVACHDIR value is set, the
+.B jar
+command will change to the specified directory using the
+.B \-C
+option.
+If the contents any of the source files begin with the string
+.BR Manifest-Version ,
+the file is assumed to be a manifest
+and is passed to the
+.B jar
+command with the
+.B m
+option set.
.ES
env.Jar(target = 'foo.jar', source = 'classes')
@@ -3887,6 +3900,12 @@ in force for this file installation.
.IP JAR
The Java archive tool.
+.IP JARCHDIR
+The directory to which the Java archive tool should change
+(using the
+.B \-C
+option).
+
.IP JARCOM
The command line used to call the Java archive tool.