emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113544: Add Makefile rules for ido.texi


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113544: Add Makefile rules for ido.texi
Date: Thu, 25 Jul 2013 15:46:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113544
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-07-25 08:46:00 -0700
message:
  Add Makefile rules for ido.texi
  
  * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
  (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
  
  * info/dir: Add ido.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/Makefile.in           
makefile.in-20091113204419-o5vbwnq5f7feedwu-6287
  info/dir                       dir-20091113204419-o5vbwnq5f7feedwu-1468
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-07-25 07:10:56 +0000
+++ b/ChangeLog 2013-07-25 15:46:00 +0000
@@ -1,5 +1,7 @@
 2013-07-25  Glenn Morris  <address@hidden>
 
+       * info/dir: Add ido.
+
        * make-dist: Add a --tests option, to include test/.
 
 2013-07-24  Glenn Morris  <address@hidden>

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-07-25 07:10:56 +0000
+++ b/doc/misc/ChangeLog        2013-07-25 15:46:00 +0000
@@ -1,5 +1,8 @@
 2013-07-25  Glenn Morris  <address@hidden>
 
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
+       (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
+
        * erc.texi (Special Features): Update contact information.
        (History): Avoid using @email.
 

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2013-07-23 22:55:38 +0000
+++ b/doc/misc/Makefile.in      2013-07-25 15:46:00 +0000
@@ -45,7 +45,7 @@
 INFO_TARGETS = ada-mode auth autotype bovine calc ccmode cl \
        dbus dired-x ebrowse ede ediff edt eieio \
        emacs-mime epa erc ert eshell eudc efaq \
-       flymake forms gnus emacs-gnutls htmlfontify idlwave info.info \
+       flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info \
        mairix-el message mh-e newsticker nxml-mode \
        org pcl-cvs pgg rcirc remember reftex sasl \
        sc semantic ses sieve smtpmail speedbar srecode tramp \
@@ -79,6 +79,7 @@
        emacs-gnutls.dvi \
        htmlfontify.dvi \
        idlwave.dvi \
+       ido.dvi \
        info.dvi \
        mairix-el.dvi \
        message.dvi \
@@ -135,6 +136,7 @@
        htmlfontify.pdf \
        emacs-gnutls.pdf \
        idlwave.pdf \
+       ido.pdf \
        info.pdf \
        mairix-el.pdf \
        message.pdf \
@@ -452,6 +454,15 @@
 idlwave.pdf: ${srcdir}/idlwave.texi ${gfdl}
        $(ENVADD) $(TEXI2PDF) ${srcdir}/idlwave.texi
 
+ido : $(buildinfodir)/ido$(INFO_EXT)
+$(buildinfodir)/ido$(INFO_EXT): ${srcdir}/ido.texi $(emacsdir)/emacsver.texi 
${gfdl}
+       $(mkinfodir)
+       $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/ido.texi
+ido.dvi: ${srcdir}/ido.texi $(emacsdir)/emacsver.texi ${gfdl}
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/ido.texi
+ido.pdf: ${srcdir}/ido.texi $(emacsdir)/emacsver.texi ${gfdl}
+       $(ENVADD) $(TEXI2PDF) ${srcdir}/ido.texi
+
 # NB this one needs --no-split even without a .info extension.
 # Avoid name clash with overall "info" target.
 info.info : $(buildinfodir)/info$(INFO_EXT)

=== modified file 'info/dir'
--- a/info/dir  2013-01-04 09:43:08 +0000
+++ b/info/dir  2013-07-25 15:46:00 +0000
@@ -75,6 +75,7 @@
 * Forms: (forms).               Emacs package for editing data bases
                                   by filling in forms.
 * Htmlfontify: (htmlfontify).   Convert source code to html.
+* Ido: (ido).                   Interactively do things with buffers and files.
 * PCL-CVS: (pcl-cvs).           Emacs front-end to CVS.
 * RefTeX: (reftex).             Emacs support for LaTeX cross-references
                                   and citations.


reply via email to

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