aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-05-10 01:43:32 +0000
committerRichard M. Stallman <[email protected]>1998-05-10 01:43:32 +0000
commit55a7ac51e3fbf029afe8ab7792f4782ac7c0af0f (patch)
treea2197977e9f55578e1445d0d9b65a0cb1aa18426 /lispref
parentb77ad57db93e1fb8df189c558af5310ca96cb850 (diff)
(elisp.dvi): Add missing backslash.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 6e42a52abb..88dac4d54f 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -64,7 +64,7 @@ elisp.dvi: $(srcs) index.texi
if [ a${permuted_index} != a ]; \
then \
./permute-index; \
- mv permuted.fns elisp.fns;
+ mv permuted.fns elisp.fns; \
texindex elisp.tp; \
else \
texindex elisp.??; \