Document LIBS, fix a typo.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 27 Feb 2002 03:35:21 +0000 (03:35 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 27 Feb 2002 03:35:21 +0000 (03:35 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@279 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1
src/CHANGES.txt

index 461e8faf7284566022a112b424f974642f2b4666..c32c6f8dd75daa3573a4ed785d333887b519ce34 100644 (file)
@@ -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.
 
index 5abbe6d51fb51ef39224a50b5127157e93759698..ddbbdfcbea4103e3e54237e8c4a39a2218594955 100644 (file)
@@ -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