Run texindex without `./'. Always run texindex on elisp.tp.
(elisp.tps): Target deleted.
rm -f elisp-*
makeinfo elisp.texi
-elisp.dvi: $(srcs) index.texi elisp.tps texindex
+elisp.dvi: $(srcs) index.texi
# Avoid losing old contents of aux file entirely.
-mv elisp.aux elisp.oaux
# First shot to define xrefs:
if [ a${permuted_index} != a ]; \
then \
./permute-index; \
- mv permuted.fns elisp.fns; \
+ mv permuted.fns elisp.fns;
+ texindex elisp.tp; \
else \
- ./texindex elisp.??; \
+ texindex elisp.??; \
fi
$(TEX) elisp.texi
-elisp.tps: texindex
- ./texindex elisp.tp
-
index.texi:
if [ a${permuted_index} != a ]; \
then \