comparison lispref/Makefile.in @ 21913:e9cc81bc8d9a

(elisp.dvi): Don't depend on texindex or on elisp.tps. Run texindex without `./'. Always run texindex on elisp.tp. (elisp.tps): Target deleted.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 May 1998 02:05:54 +0000
parents dd9d371a4489
children 9c5897743b4f
comparison
equal deleted inserted replaced
21912:f485fe3e433e 21913:e9cc81bc8d9a
54 54
55 elisp: $(srcs) index.texi 55 elisp: $(srcs) index.texi
56 rm -f elisp-* 56 rm -f elisp-*
57 makeinfo elisp.texi 57 makeinfo elisp.texi
58 58
59 elisp.dvi: $(srcs) index.texi elisp.tps texindex 59 elisp.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:
63 $(TEX) elisp.texi 63 $(TEX) elisp.texi
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 elisp.tps: texindex
74 ./texindex elisp.tp
75 73
76 index.texi: 74 index.texi:
77 if [ a${permuted_index} != a ]; \ 75 if [ a${permuted_index} != a ]; \
78 then \ 76 then \
79 ln -s index.perm index.texi; \ 77 ln -s index.perm index.texi; \