Mercurial > emacs
changeset 110751:40088e2a2aba
* doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 03 Oct 2010 17:55:42 -0700 |
parents | cad6890bb825 |
children | a347bc5bfc03 |
files | doc/lispref/ChangeLog doc/lispref/Makefile.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sun Oct 03 17:49:20 2010 -0700 +++ b/doc/lispref/ChangeLog Sun Oct 03 17:55:42 2010 -0700 @@ -2,6 +2,7 @@ * Makefile.in (dvi, pdf, $(infodir)): New targets. ($(infodir)/elisp): Ensure target directory exists. Use $@. + Fix -I typo. (clean): No 'make.out' or 'core' files. (.PHONY): Declare clean rules. (maintainer-clean): Delete pdf file. Guard against cd failures.
--- a/doc/lispref/Makefile.in Sun Oct 03 17:49:20 2010 -0700 +++ b/doc/lispref/Makefile.in Sun Oct 03 17:55:42 2010 -0700 @@ -100,9 +100,8 @@ $(infodir): mkdir $@ -## FIXME ? -I$infodir is that right, or should it be texinfodir? $(infodir)/elisp: $(infodir) $(srcs) - cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $@ + cd $(srcdir); $(MAKEINFO) -I. -I$(texinfodir) elisp.texi -o $@ elisp.dvi: $(srcs) $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi