changeset 25699:cfbc1fabda22

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1999 01:49:03 +0000
parents c8067b54bd55
children fed6ebbe8644
files lispref/README
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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'.