all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edward Trumbo <trumboe@comcast.net>
To: 14952@debbugs.gnu.org
Subject: bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction
Date: Thu, 25 Jul 2013 05:34:57 -0400	[thread overview]
Message-ID: <51F0F141.70006@comcast.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

Greetings,

The development trunk's doc/misc/Makefile.ini needs to be updated with 
instructions to build the new ido.texi. I've attached a patch to do so.

-- 
Edward Trumbo

[-- Attachment #2: Makefile.in.patch --]
[-- Type: text/plain, Size: 1994 bytes --]

*** old/Makefile.in	2013-07-25 03:42:45.816792145 -0400
--- new/Makefile.in	2013-07-25 04:28:27.226801961 -0400
***************
*** 45,52 ****
  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 \
! 	mairix-el message mh-e newsticker nxml-mode \
  	org pcl-cvs pgg rcirc remember reftex sasl \
  	sc semantic ses sieve smtpmail speedbar srecode tramp \
  	url vip viper widget wisent woman
--- 45,52 ----
  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 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 \
  	url vip viper widget wisent woman
***************
*** 79,84 ****
--- 79,85 ----
  	emacs-gnutls.dvi \
  	htmlfontify.dvi \
  	idlwave.dvi \
+ 	ido.dvi \
  	info.dvi \
  	mairix-el.dvi \
  	message.dvi \
***************
*** 135,140 ****
--- 136,142 ----
  	htmlfontify.pdf \
  	emacs-gnutls.pdf \
  	idlwave.pdf \
+ 	ido.pdf \
  	info.pdf \
  	mairix-el.pdf \
  	message.pdf \
***************
*** 452,457 ****
--- 454,468 ----
  idlwave.pdf: ${srcdir}/idlwave.texi ${gfdl}
  	$(ENVADD) $(TEXI2PDF) ${srcdir}/idlwave.texi
  
+ ido : $(buildinfodir)/ido$(INFO_EXT)
+ $(buildinfodir)/ido$(INFO_EXT): ${srcdir}/ido.texi ${gfdl}
+ 	$(mkinfodir)
+ 	$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/ido.texi
+ ido.dvi: ${srcdir}/ido.texi ${gfdl}
+ 	$(ENVADD) $(TEXI2DVI) ${srcdir}/ido.texi
+ ido.pdf: ${srcdir}/ido.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)

             reply	other threads:[~2013-07-25  9:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25  9:34 Edward Trumbo [this message]
2013-07-25 15:59 ` bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51F0F141.70006@comcast.net \
    --to=trumboe@comcast.net \
    --cc=14952@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.