diff lispref/README @ 25699:cfbc1fabda22

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1999 01:49:03 +0000
parents ed04da259827
children 9f3e1a8c8870
line wrap: on
line diff
--- a/lispref/README	Mon Sep 13 22:43:15 1999 +0000
+++ b/lispref/README	Tue Sep 14 01:49:03 1999 +0000
@@ -37,6 +37,7 @@
 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 @@
 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'.