unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4665: Makefile.in patch: Add new Info's to INFO_FILES
@ 2009-10-07 13:11 ` Edward Trumbo
  2009-10-07 23:15   ` bug#4665: marked as done (Makefile.in patch: Add new Info's to INFO_FILES) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Trumbo @ 2009-10-07 13:11 UTC (permalink / raw)
  To: bug-gnu-emacs

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

Greetings,

The new Info file for EDE and EIEIO are not listed in Makefile.in's 
INFO_FILES variable, thus they aren't being built or installed.

Patch file is attached.

-- 

Ed Trumbo
etrumbo@comcast.net


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

--- Makefile.in	2009-10-07 08:28:56.000000000 -0400
+++ Makefile.in.new	2009-10-07 08:35:38.000000000 -0400
@@ -139,12 +139,12 @@
 # since there are now many packages documented with the texinfo
 # system, it is inappropriate to imply that it is part of Emacs.
 infodir=@infodir@
-INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse	\
-           ediff efaq eintr elisp emacs emacs-mime epa erc eshell eudc	\
-           flymake forms gnus idlwave info mairix-el message mh-e	\
-           newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember	\
-           sasl sc ses sieve smtpmail speedbar tramp url vip viper	\
-           widget woman
+INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \
+           ede ediff eieio efaq eintr elisp emacs emacs-mime epa erc  \
+           eshell eudc flymake forms gnus idlwave info mairix-el      \
+           message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc    \
+           reftex remember sasl sc ses sieve smtpmail speedbar tramp  \
+           url vip viper widget woman
 
 # Directory for local state files for all programs.
 localstatedir=@localstatedir@

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

* bug#4665: marked as done (Makefile.in patch: Add new Info's to INFO_FILES)
  2009-10-07 13:11 ` bug#4665: Makefile.in patch: Add new Info's to INFO_FILES Edward Trumbo
@ 2009-10-07 23:15   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-10-07 23:15 UTC (permalink / raw)
  To: Juanma Barranquero

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

Your message dated Thu, 8 Oct 2009 01:09:38 +0200
with message-id <f7ccd24b0910071609t6b9d9975l357b64d9e69a5c7c@mail.gmail.com>
and subject line Makefile.in patch: Add new Info's to INFO_FILES
has caused the Emacs bug report #4665,
regarding Makefile.in patch: Add new Info's to INFO_FILES
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4665: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4665
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3935 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 207 bytes --]

Greetings,

The new Info file for EDE and EIEIO are not listed in Makefile.in's 
INFO_FILES variable, thus they aren't being built or installed.

Patch file is attached.

-- 

Ed Trumbo
etrumbo@comcast.net


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

--- Makefile.in	2009-10-07 08:28:56.000000000 -0400
+++ Makefile.in.new	2009-10-07 08:35:38.000000000 -0400
@@ -139,12 +139,12 @@
 # since there are now many packages documented with the texinfo
 # system, it is inappropriate to imply that it is part of Emacs.
 infodir=@infodir@
-INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse	\
-           ediff efaq eintr elisp emacs emacs-mime epa erc eshell eudc	\
-           flymake forms gnus idlwave info mairix-el message mh-e	\
-           newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember	\
-           sasl sc ses sieve smtpmail speedbar tramp url vip viper	\
-           widget woman
+INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \
+           ede ediff eieio efaq eintr elisp emacs emacs-mime epa erc  \
+           eshell eudc flymake forms gnus idlwave info mairix-el      \
+           message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc    \
+           reftex remember sasl sc ses sieve smtpmail speedbar tramp  \
+           url vip viper widget woman
 
 # Directory for local state files for all programs.
 localstatedir=@localstatedir@

[-- Attachment #3: Type: message/rfc822, Size: 2277 bytes --]

From: Juanma Barranquero <lekktu@gmail.com>
To: Edward Trumbo <etrumbo@comcast.net>
Cc: 4665-done@emacsbugs.donarmstrong.com
Subject: Makefile.in patch: Add new Info's to INFO_FILES
Date: Thu, 8 Oct 2009 01:09:38 +0200
Message-ID: <f7ccd24b0910071609t6b9d9975l357b64d9e69a5c7c@mail.gmail.com>

> The new Info file for EDE and EIEIO are not listed in Makefile.in's
> INFO_FILES variable, thus they aren't being built or installed.
>
> Patch file is attached.

Applied, thanks.

    Juanma

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

end of thread, other threads:[~2009-10-07 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f7ccd24b0910071609t6b9d9975l357b64d9e69a5c7c@mail.gmail.com>
2009-10-07 13:11 ` bug#4665: Makefile.in patch: Add new Info's to INFO_FILES Edward Trumbo
2009-10-07 23:15   ` bug#4665: marked as done (Makefile.in patch: Add new Info's to INFO_FILES) Emacs bug Tracking System

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