# HG changeset patch # User Lute Kamstra # Date 1156137742 0 # Node ID 2a92d47ee7d526b2f2e7b50f5d3ddde5de3454f2 # Parent f3381d44ce4301f5cac31e47f72b58cd07f2f9f8 Use ../man/texinfo.tex to build elisp.dvi. diff -r f3381d44ce43 -r 2a92d47ee7d5 lispref/ChangeLog --- a/lispref/ChangeLog Mon Aug 21 03:28:09 2006 +0000 +++ b/lispref/ChangeLog Mon Aug 21 05:22:22 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-21 Lute Kamstra + + * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. + 2006-08-20 Richard Stallman * os.texi (Idle Timers): New node, split out from Timers. diff -r f3381d44ce43 -r 2a92d47ee7d5 lispref/Makefile.in --- a/lispref/Makefile.in Mon Aug 21 03:28:09 2006 +0000 +++ b/lispref/Makefile.in Mon Aug 21 05:22:22 2006 +0000 @@ -27,6 +27,7 @@ VPATH=@srcdir@ infodir = $(srcdir)/../info +usermanualdir = $(srcdir)/../man TEXI2DVI = texi2dvi SHELL = /bin/sh @@ -103,7 +104,7 @@ $(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