diff options
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 6e42a52abbf..88dac4d54fb 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.??; \ |