Mercurial > emacs
changeset 103790:649949326c56
(texinfodir): Rename from usermanualdir, and update.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 09 Jul 2009 02:48:33 +0000 |
parents | efda23177269 |
children | eb0461367c46 |
files | doc/lispintro/ChangeLog doc/lispintro/Makefile.in |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog Thu Jul 09 01:06:18 2009 +0000 +++ b/doc/lispintro/ChangeLog Thu Jul 09 02:48:33 2009 +0000 @@ -1,3 +1,7 @@ +2009-07-09 Glenn Morris <rgm@gnu.org> + + * Makefile.in (texinfodir): Rename from usermanualdir, and update. + 2009-07-06 Glenn Morris <rgm@gnu.org> * emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
--- a/doc/lispintro/Makefile.in Thu Jul 09 01:06:18 2009 +0000 +++ b/doc/lispintro/Makefile.in Thu Jul 09 02:48:33 2009 +0000 @@ -25,7 +25,8 @@ VPATH = @srcdir@ infodir = ../../info -usermanualdir = $(srcdir)/../emacs +# Directory with the (customized) texinfo.tex file. +texinfodir = $(srcdir)/../misc INFO_SOURCES = ${srcdir}/emacs-lisp-intro.texi # The file name eintr must fit within 5 characters, to allow for @@ -47,7 +48,7 @@ cd $(srcdir); $(MAKEINFO) emacs-lisp-intro.texi -o $(infodir)/eintr emacs-lisp-intro.dvi: ${INFO_SOURCES} - $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/emacs-lisp-intro.texi + $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/emacs-lisp-intro.texi emacs-lisp-intro.html: $(INFO_SOURCES) $(MAKEINFO) --html -o $@ $(srcdir)/emacs-lisp-intro.texi