doc/user-manual: Unix Installation: minor edits.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 05:38:20 +0000 (22:38 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 07:59:18 +0000 (00:59 -0700)
Fix gdbm plugin instructions; there is no configure script in src/gdbm/.

doc/user-manual/user.texinfo

index e28634b52a41e4cbd2a6352de54de6fd729ca4b5..1200bf1e5ece94958afa37e4af1ea58139eae6cc 100644 (file)
@@ -179,7 +179,7 @@ tar xzf mit-scheme-@var{VERSION}-i386.tar.gz
 will create a new directory @file{mit-scheme-@var{VERSION}}.
 
 @item
-Move into the new directory:
+Move into the @file{src} subdirectory of the new directory:
 
 @example
 cd mit-scheme-@var{VERSION}/src
@@ -227,7 +227,7 @@ installed in the customary way.  To install the @code{GDBM2} and
 @code{MHASH} options:
 
 @smallexample
-(cd gdbm && ./configure && make && make install)
+(cd gdbm && make && make install)
 (cd mhash && ./configure && make && make install)
 @end smallexample