+2006-08-21 Lute Kamstra <lute@gnu.org>
+
+ * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
+
2006-08-20 Richard Stallman <rms@gnu.org>
* os.texi (Idle Timers): New node, split out from Timers.
VPATH=@srcdir@
infodir = $(srcdir)/../info
+usermanualdir = $(srcdir)/../man
TEXI2DVI = texi2dvi
SHELL = /bin/sh
$(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
elisp.dvi: $(srcs)
- $(TEXI2DVI) -I $(srcdir) $(srcdir)/elisp.texi
+ $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi
# This is for use in a separate distro of the Emacs Lisp manual.
install: elisp