unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction
@ 2013-07-25  9:34 Edward Trumbo
  2013-07-25 15:59 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Trumbo @ 2013-07-25  9:34 UTC (permalink / raw)
  To: 14952

[-- 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction
  2013-07-25  9:34 bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction Edward Trumbo
@ 2013-07-25 15:59 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-07-25 15:59 UTC (permalink / raw)
  To: 14952-done


Thanks; this is fixed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-25 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25  9:34 bug#14952: Devel trunk doc/misc/Makefile.in missing a new build instruction Edward Trumbo
2013-07-25 15:59 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).