aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-02 11:35:17 +0000
committerEli Zaretskii2006-09-02 11:35:17 +0000
commit2fdcceb9a82affc8f8be5b6eb92406308120e683 (patch)
treebef20a6110bda09e7140d31c0c3a6a3b973a5ccf
parentff137f16c3913d0fa83d3ed6d89a5e0bff0fb01b (diff)
downloademacs-2fdcceb9a82affc8f8be5b6eb92406308120e683.tar.gz
emacs-2fdcceb9a82affc8f8be5b6eb92406308120e683.zip
(usermanualdir): New variable.
(elisp.dvi): Use it.
-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 \