]> git.eshelyaron.com Git - emacs.git/commitdiff
Use ../man/texinfo.tex to build elisp.dvi.
authorLute Kamstra <lute@gnu.org>
Mon, 21 Aug 2006 05:22:22 +0000 (05:22 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 21 Aug 2006 05:22:22 +0000 (05:22 +0000)
lispref/ChangeLog
lispref/Makefile.in

index ea6aa4e41b8d613649aa56f6892ba2adce758c37..12528d35e557fe945c78f669f131919e0b147ecd 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e3d09fe2c6f40be8d3859f24cc0d992e12680aff..1eea23e122ee0b0fcb81ce0767f36a39dbccc24c 100644 (file)
@@ -27,6 +27,7 @@ srcdir = @srcdir@
 VPATH=@srcdir@
 
 infodir = $(srcdir)/../info
+usermanualdir = $(srcdir)/../man
 
 TEXI2DVI = texi2dvi
 SHELL = /bin/sh
@@ -103,7 +104,7 @@ $(infodir)/elisp: $(srcs)
        $(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