aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2006-08-21 05:22:22 +0000
committerLute Kamstra <[email protected]>2006-08-21 05:22:22 +0000
commit3e46b34c817d33d581847ea169ebb57c71bc442d (patch)
tree5a58df68261b685c6f8768775f9f6753dd05ebfb /lispref
parentc2659d233259c0aaab411906aaeeb2a485160726 (diff)
Use ../man/texinfo.tex to build elisp.dvi.
Diffstat (limited to 'lispref')
-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 ea6aa4e41b..12528d35e5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-21 Lute Kamstra <[email protected]>
+
+ * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
+
2006-08-20 Richard Stallman <[email protected]>
* os.texi (Idle Timers): New node, split out from Timers.
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index e3d09fe2c6..1eea23e122 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -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