aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
37To create a DVI file with a sorted index, execute the following 37To create a DVI file with a sorted index, execute the following
38commands in the shell: 38commands in the shell:
39 39
40% ./configure
40% make index.texi 41% make index.texi
41% make elisp.dvi 42% make elisp.dvi
42 43
@@ -44,4 +45,5 @@ commands in the shell:
44with `make-permuted-index'. 45with `make-permuted-index'.
45 46
46** To make an Info file, you need to install Texinfo, then run 47** To make an Info file, you need to install Texinfo, then run
47`make elisp'. To install the Info files, run `make install'. 48`./configure' and `make elisp'. To install the Info files, run
49`make install'.