summaryrefslogtreecommitdiff
path: root/doc/lispref/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-03 17:55:42 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-03 17:55:42 -0700
commit8cce34d087ea3dee6e8e6f5272dc3b403cf5cd35 (patch)
treee1a9041b970cf4978d80f9641d5e04583f97624f /doc/lispref/Makefile.in
parent0264072dee05ee304c3a4506df1ead13cca91668 (diff)
* doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
Diffstat (limited to 'doc/lispref/Makefile.in')
-rw-r--r--doc/lispref/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index 472cc5b1406..7ef19febbad 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -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