summaryrefslogtreecommitdiff
path: root/lispref/README
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-09-14 01:49:03 +0000
committerRichard M. Stallman <rms@gnu.org>1999-09-14 01:49:03 +0000
commitff1f8dd63abe9b50a0ddc2b5df13fed879d12f2d (patch)
treeca1b4cf65485a49f8c55c28020c3d5da292fae84 /lispref/README
parentb6339cee8e5898ac3f9b68e27223d0e7d791e0de (diff)
downloademacs-ff1f8dd63abe9b50a0ddc2b5df13fed879d12f2d.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/README')
-rw-r--r--lispref/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/README b/lispref/README
index 408037c7ef4..d8e09cc7f8a 100644
--- a/lispref/README
+++ b/lispref/README
@@ -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'.