summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-27 03:35:21 (GMT)
committerSteven Knight <knight@baldmt.com>2002-02-27 03:35:21 (GMT)
commit90d841765e431689eb440c5a39eb10595076a3a6 (patch)
tree7907120ef1941aca57d7983969b7a6cae9cd5af4
parent024596366a4d3c03942015b2c7e09ed080d8a6b2 (diff)
downloadSCons-90d841765e431689eb440c5a39eb10595076a3a6.zip
SCons-90d841765e431689eb440c5a39eb10595076a3a6.tar.gz
SCons-90d841765e431689eb440c5a39eb10595076a3a6.tar.bz2
Document LIBS, fix a typo.
-rw-r--r--doc/man/scons.18
-rw-r--r--src/CHANGES.txt2
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 461e8fa..c32c6f8 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -855,7 +855,7 @@ to generate a source file.
.IP LIBDIRPREFIX
The prefix used to specify a library directory on the linker command line.
-.IP LIBDIRASUFFIX
+.IP LIBDIRSUFFIX
The suffix used to specify a library directory on the linker command line.
.IP LIBLINKPREFIX
@@ -892,6 +892,12 @@ env = Environment(LIBPATH=libs)
.IP LIBPREFIX
The prefix used for library file names.
+.IP LIBS
+A list of one or more libraries
+that will be linked with
+any executable programs
+created by this environment.
+
.IP LIBSUFFIX
The suffix used for library file names.
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5abbe6d..ddbbdfc 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -14,6 +14,8 @@ RELEASE 0.06 -
- Add .zip files to the packages we build.
+ - Man page: document LIBS, fix a typo.
+
RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600