Mercurial > emacs
changeset 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 | f485fe3e433e |
children | d1f79bb20a20 |
files | lispref/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 \