From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76393 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Revision 103117 on the Emacs trunk. Date: Sat, 05 Feb 2011 21:16:54 +0900 Message-ID: References: <83ei7makon.fsf@gnu.org> <83ei7makon.fsf@gnu.org> <838vxuaek9.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296908238 10011 80.91.229.12 (5 Feb 2011 12:17:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2011 12:17:18 +0000 (UTC) Cc: tzz@lifelogs.com, ding@gnus.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 13:17:13 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Plh4i-00007K-Ab for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2011 13:17:12 +0100 Original-Received: from localhost ([127.0.0.1]:44029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plh4h-000265-RQ for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2011 07:17:11 -0500 Original-Received: from [140.186.70.92] (port=54016 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plh4c-00025x-8i for emacs-devel@gnu.org; Sat, 05 Feb 2011 07:17:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Plh4a-0007Zt-Dd for emacs-devel@gnu.org; Sat, 05 Feb 2011 07:17:06 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]:41217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Plh4a-0007Za-86; Sat, 05 Feb 2011 07:17:04 -0500 Original-Received: from softbank218118002006.bbtec.net ([218.118.2.6]:38333 helo=) by washington.hostforweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Plh4T-00070n-Hy; Sat, 05 Feb 2011 06:16:59 -0600 Original-References: <83ei7makon.fsf@gnu.org> <83ei7makon.fsf@gnu.org> <838vxuaek9.fsf@gnu.org> X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:D63EcZ5IcFFu7NDHfw4do53p32o= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.225.201.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135612 gmane.emacs.gnus.general:76393 Archived-At: Eli Zaretskii wrote: [...] > Thanks. However, your change is just this: > === modified file 'doc/misc/Makefile.in' > --- doc/misc/Makefile.in 2011-01-26 08:36:39 +0000 > +++ doc/misc/Makefile.in 2011-02-05 11:23:52 +0000 > @@ -209,6 +209,12 @@ mkinfodir = @cd ${srcdir}; test -d ${inf > info: $(INFO_TARGETS) > +webhack: clean > + echo '@set WEBHACKDEVEL' > overrides.texi > + > +nowebhack: clean > + echo '@clear WEBHACKDEVEL' > overrides.texi > + > dvi: $(DVI_TARGETS) > I think at least the prerequisites should be fixed, for those several > manuals which now depend on overrides.texi to build (unless we go the > way I suggest below). > Also, overrides.texi is in the repository, but these two new rules > will overwrite it, and the modified overrides.texi could then easily > be committed by mistake as part of the next "bzr ci", thus propagating > a file with "@set WEBHACKDEVEL" to everyone else. That's bad, I > think. > Finally, I believe there are shells out there which will not overwrite > an existing file with the ">" redirection; you need to remove the file > first. > Bottom line, I think it will be much better to remove overrides.texi > altogether, and then modify the `webhack' target as follows: > webhack: > $(MAKE) all MAKEINFO_OPTS="-DWEBHACKDEVEL --force -I$(emacsdir)" > Could you see if this will do what you want? Thanks. That's smarter. But I think the last merge from Gnus was too early, so I'll revert them.