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>
Sun, 3 Jan 2016 20:06:11 +0000 (13:06 -0700)
Fix gdbm plugin instructions; there is no configure script in src/gdbm/.

doc/user-manual/user.texinfo

index 100a05b5219f4956a1bfdf1131c7bc8f32f3c3ae..c4f0a16e461f54cbec75c7b95bfd999baa4dd6f0 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