diff options
| author | Richard M. Stallman | 1998-05-03 02:05:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-03 02:05:54 +0000 |
| commit | b569d7eae485daedfc510123f1e558dbe63b458e (patch) | |
| tree | f737f9ecad89b694d37bfba0ac783c9782df277c | |
| parent | 6fe9c6584a09a5d236578bebc2776258e19a533e (diff) | |
| download | emacs-b569d7eae485daedfc510123f1e558dbe63b458e.tar.gz emacs-b569d7eae485daedfc510123f1e558dbe63b458e.zip | |
(elisp.dvi): Don't depend on texindex or on elisp.tps.
Run texindex without `./'. Always run texindex on elisp.tp.
(elisp.tps): Target deleted.
| -rw-r--r-- | lispref/Makefile.in | 10 |
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 | ||
| 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: |
| @@ -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 | ||
| 73 | elisp.tps: texindex | ||
| 74 | ./texindex elisp.tp | ||
| 75 | |||
| 76 | index.texi: | 74 | index.texi: |
| 77 | if [ a${permuted_index} != a ]; \ | 75 | if [ a${permuted_index} != a ]; \ |
| 78 | then \ | 76 | then \ |