# HG changeset patch # User Richard M. Stallman # Date 894161154 0 # Node ID e9cc81bc8d9abfed3a6cdff033048c65aca210bf # Parent f485fe3e433eeaae6778f00017941e881025cbe9 (elisp.dvi): Don't depend on texindex or on elisp.tps. Run texindex without `./'. Always run texindex on elisp.tp. (elisp.tps): Target deleted. diff -r f485fe3e433e -r e9cc81bc8d9a lispref/Makefile.in --- a/lispref/Makefile.in Sun May 03 00:53:50 1998 +0000 +++ b/lispref/Makefile.in Sun May 03 02:05:54 1998 +0000 @@ -56,7 +56,7 @@ 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: @@ -64,15 +64,13 @@ 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 \