comparison lispref/Makefile.in @ 22014:9c5897743b4f

(elisp.dvi): Add missing backslash.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 May 1998 01:43:32 +0000
parents e9cc81bc8d9a
children b7bf9b05f494
comparison
equal deleted inserted replaced
22013:c97adaf9f770 22014:9c5897743b4f
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 texindex elisp.tp; \
69 else \ 69 else \
70 texindex elisp.??; \ 70 texindex elisp.??; \
71 fi 71 fi
72 $(TEX) elisp.texi 72 $(TEX) elisp.texi