]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1999 01:49:03 +0000 (01:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1999 01:49:03 +0000 (01:49 +0000)
lispref/README

index 408037c7ef4d9e45d02a802dfc2e1db05a55c22e..d8e09cc7f8acd56605349fa5e401aaeab787dc9e 100644 (file)
@@ -37,6 +37,7 @@ the title page in a new format designed by Karl Berry, using the
 To create a DVI file with a sorted index, execute the following
 commands in the shell:
 
+% ./configure
 % make index.texi
 % make elisp.dvi
 
@@ -44,4 +45,5 @@ commands in the shell:
 with `make-permuted-index'.  
 
 ** To make an Info file, you need to install Texinfo, then run
-`make elisp'.  To install the Info files, run `make install'.
+`./configure' and `make elisp'.  To install the Info files, run
+`make install'.