Mercurial > emacs
changeset 72467:2a92d47ee7d5
Use ../man/texinfo.tex to build elisp.dvi.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 21 Aug 2006 05:22:22 +0000 |
parents | f3381d44ce43 |
children | 5e47ca87ee3c |
files | lispref/ChangeLog lispref/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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