(elisp.dvi): Add missing backslash.
This commit is contained in:
parent
b77ad57db9
commit
55a7ac51e3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ elisp.dvi: $(srcs) index.texi
|
|||
if [ a${permuted_index} != a ]; \
|
||||
then \
|
||||
./permute-index; \
|
||||
mv permuted.fns elisp.fns;
|
||||
mv permuted.fns elisp.fns; \
|
||||
texindex elisp.tp; \
|
||||
else \
|
||||
texindex elisp.??; \
|
||||
|
|
Loading…
Add table
Reference in a new issue