From: Eli Zaretskii Date: Sat, 2 Sep 2006 11:35:17 +0000 (+0000) Subject: (usermanualdir): New variable. X-Git-Tag: emacs-pretest-22.0.90~799 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fdcceb9a82affc8f8be5b6eb92406308120e683;p=emacs.git (usermanualdir): New variable. (elisp.dvi): Use it. --- diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 0b4c080b956..7da88058bd5 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in @@ -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 @@ $(infodir)/elisp: $(srcs) $(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 \