diff options
| author | Lute Kamstra | 2006-08-21 05:22:22 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2006-08-21 05:22:22 +0000 |
| commit | 3e46b34c817d33d581847ea169ebb57c71bc442d (patch) | |
| tree | 5a58df68261b685c6f8768775f9f6753dd05ebfb | |
| parent | c2659d233259c0aaab411906aaeeb2a485160726 (diff) | |
| download | emacs-3e46b34c817d33d581847ea169ebb57c71bc442d.tar.gz emacs-3e46b34c817d33d581847ea169ebb57c71bc442d.zip | |
Use ../man/texinfo.tex to build elisp.dvi.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/Makefile.in | 3 |
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 @@ | |||
| 1 | 2006-08-21 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. | ||
| 4 | |||
| 1 | 2006-08-20 Richard Stallman <rms@gnu.org> | 5 | 2006-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@ | |||
| 27 | VPATH=@srcdir@ | 27 | VPATH=@srcdir@ |
| 28 | 28 | ||
| 29 | infodir = $(srcdir)/../info | 29 | infodir = $(srcdir)/../info |
| 30 | usermanualdir = $(srcdir)/../man | ||
| 30 | 31 | ||
| 31 | TEXI2DVI = texi2dvi | 32 | TEXI2DVI = texi2dvi |
| 32 | SHELL = /bin/sh | 33 | SHELL = /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 | ||
| 105 | elisp.dvi: $(srcs) | 106 | elisp.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. |
| 109 | install: elisp | 110 | install: elisp |