Use ../man/texinfo.tex to build elisp.dvi.
This commit is contained in:
parent
c2659d2332
commit
3e46b34c81
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue