aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/makefile.w32-in3
1 files changed, 2 insertions, 1 deletions
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 @@
23srcdir = . 23srcdir = .
24 24
25infodir = $(srcdir)/../info 25infodir = $(srcdir)/../info
26usermanualdir = $(srcdir)/../man
26 27
27# Redefine `TEX' if `tex' does not invoke plain TeX. For example: 28# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
28# TEX=platex 29# TEX=platex
@@ -108,7 +109,7 @@ $(infodir)/elisp: $(srcs)
108 $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi 109 $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
109 110
110elisp.dvi: $(srcs) 111elisp.dvi: $(srcs)
111 $(texinputdir) $(TEX) $(srcdir)/elisp.texi 112 $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi
112 113
113clean: 114clean:
114 - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ 115 - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \