From 90d841765e431689eb440c5a39eb10595076a3a6 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 27 Feb 2002 03:35:21 +0000 Subject: Document LIBS, fix a typo. --- doc/man/scons.1 | 8 +++++++- src/CHANGES.txt | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v0.12