* doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:55:42 +0000 (17:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:55:42 +0000 (17:55 -0700)
doc/lispref/ChangeLog
doc/lispref/Makefile.in

index 54df508..3cb96fe 100644 (file)
@@ -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.
index 472cc5b..7ef19fe 100644 (file)
@@ -100,9 +100,8 @@ pdf: elisp.pdf
 $(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