Mercurial > emacs
changeset 72607:408b3e9508a1
(usermanualdir): New variable.
(elisp.dvi): Use it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Sep 2006 11:35:17 +0000 |
parents | 18e29ef6d5d7 |
children | e02eb157d04b |
files | lispref/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/makefile.w32-in Sat Sep 02 11:21:55 2006 +0000 +++ b/lispref/makefile.w32-in Sat Sep 02 11:35:17 2006 +0000 @@ -23,6 +23,7 @@ srcdir = . infodir = $(srcdir)/../info +usermanualdir = $(srcdir)/../man # Redefine `TEX' if `tex' does not invoke plain TeX. For example: # TEX=platex @@ -108,7 +109,7 @@ $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi elisp.dvi: $(srcs) - $(texinputdir) $(TEX) $(srcdir)/elisp.texi + $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi clean: - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \