emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101779: * doc/lispref/Makefile.in ($


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101779: * doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
Date: Sun, 03 Oct 2010 17:55:42 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101779
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-03 17:55:42 -0700
message:
  * doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/Makefile.in
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-10-04 00:49:20 +0000
+++ b/doc/lispref/ChangeLog     2010-10-04 00:55:42 +0000
@@ -2,6 +2,7 @@
 
        * Makefile.in (dvi, pdf, $(infodir)): New targets.
        ($(infodir)/elisp): Ensure target directory exists.  Use address@hidden
+       Fix -I typo.
        (clean): No 'make.out' or 'core' files.
        (.PHONY): Declare clean rules.
        (maintainer-clean): Delete pdf file.  Guard against cd failures.

=== modified file 'doc/lispref/Makefile.in'
--- a/doc/lispref/Makefile.in   2010-10-04 00:49:20 +0000
+++ b/doc/lispref/Makefile.in   2010-10-04 00:55:42 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]