aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ea6aa4e41b8..12528d35e55 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-08-21 Lute Kamstra <lute@gnu.org>
2
3 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4
12006-08-20 Richard Stallman <rms@gnu.org> 52006-08-20 Richard Stallman <rms@gnu.org>
2 6
3 * os.texi (Idle Timers): New node, split out from Timers. 7 * os.texi (Idle Timers): New node, split out from Timers.
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index e3d09fe2c6f..1eea23e122e 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -27,6 +27,7 @@ srcdir = @srcdir@
27VPATH=@srcdir@ 27VPATH=@srcdir@
28 28
29infodir = $(srcdir)/../info 29infodir = $(srcdir)/../info
30usermanualdir = $(srcdir)/../man
30 31
31TEXI2DVI = texi2dvi 32TEXI2DVI = texi2dvi
32SHELL = /bin/sh 33SHELL = /bin/sh
@@ -103,7 +104,7 @@ $(infodir)/elisp: $(srcs)
103 $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp 104 $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
104 105
105elisp.dvi: $(srcs) 106elisp.dvi: $(srcs)
106 $(TEXI2DVI) -I $(srcdir) $(srcdir)/elisp.texi 107 $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi
107 108
108# This is for use in a separate distro of the Emacs Lisp manual. 109# This is for use in a separate distro of the Emacs Lisp manual.
109install: elisp 110install: elisp