aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/Makefile.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 5047f352edf..6e42a52abbf 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -56,7 +56,7 @@ elisp: $(srcs) index.texi
56 rm -f elisp-* 56 rm -f elisp-*
57 makeinfo elisp.texi 57 makeinfo elisp.texi
58 58
59elisp.dvi: $(srcs) index.texi elisp.tps texindex 59elisp.dvi: $(srcs) index.texi
60 # Avoid losing old contents of aux file entirely. 60 # Avoid losing old contents of aux file entirely.
61 -mv elisp.aux elisp.oaux 61 -mv elisp.aux elisp.oaux
62 # First shot to define xrefs: 62 # First shot to define xrefs:
@@ -64,15 +64,13 @@ elisp.dvi: $(srcs) index.texi elisp.tps texindex
64 if [ a${permuted_index} != a ]; \ 64 if [ a${permuted_index} != a ]; \
65 then \ 65 then \
66 ./permute-index; \ 66 ./permute-index; \
67 mv permuted.fns elisp.fns; \ 67 mv permuted.fns elisp.fns;
68 texindex elisp.tp; \
68 else \ 69 else \
69 ./texindex elisp.??; \ 70 texindex elisp.??; \
70 fi 71 fi
71 $(TEX) elisp.texi 72 $(TEX) elisp.texi
72 73
73elisp.tps: texindex
74 ./texindex elisp.tp
75
76index.texi: 74index.texi:
77 if [ a${permuted_index} != a ]; \ 75 if [ a${permuted_index} != a ]; \
78 then \ 76 then \