Also mention guile-tools.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 28 Jun 2001 16:55:12 +0000 (16:55 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 28 Jun 2001 16:55:12 +0000 (16:55 +0000)
README

diff --git a/README b/README
index 84684b5..0dfa7ee 100644 (file)
--- a/README
+++ b/README
@@ -153,14 +153,16 @@ guile --- a stand-alone interpreter for Guile.  With no arguments, this
        as an interpreter for script files; see the NEWS file for details.
 guile-config --- a Guile script which provides the information necessary
        to link your programs against the Guile library.
-guile-snarf --- a script to parse declarations in your C code for 
+guile-snarf --- a script to parse declarations in your C code for
        Scheme-visible C functions, Scheme objects to be used by C code,
        etc.
+guile-tools --- a wrapper to invoke the executable modules in
+       subdirectory `scripts' (also installed).
 
 Libraries, in ${prefix}/lib.  Depending on the platform and options
         given to configure, you may get shared libraries in addition
        to or instead of these static libraries:
-       
+
 libguile.a --- an object library containing the Guile interpreter,
        You can use Guile in your own programs by linking against this.
 libqthreads.a --- an object library containing the QuickThreads