From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76396 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Gnus overrides.texi and WEBHACKDEVEL (was: Revision 103117 on the Emacs trunk.) Date: Sat, 05 Feb 2011 08:21:18 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877hdebm01.fsf_-_@lifelogs.com> 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 1296915714 9953 80.91.229.12 (5 Feb 2011 14:21:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2011 14:21:54 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 15:21:48 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 1Plj1H-00022T-Tr for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2011 15:21:48 +0100 Original-Received: from localhost ([127.0.0.1]:49847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plj1B-0005m9-R1 for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2011 09:21:41 -0500 Original-Received: from [140.186.70.92] (port=43154 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plj16-0005lu-9C for emacs-devel@gnu.org; Sat, 05 Feb 2011 09:21:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Plj14-0004x3-Cm for emacs-devel@gnu.org; Sat, 05 Feb 2011 09:21:36 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:59934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Plj14-0004wL-33 for emacs-devel@gnu.org; Sat, 05 Feb 2011 09:21:34 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Plj11-0001sy-Ia for emacs-devel@gnu.org; Sat, 05 Feb 2011 15:21:31 +0100 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Feb 2011 15:21:31 +0100 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Feb 2011 15:21:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:0DS5FWQFrz/LRvBUt274/RB/DGo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:135614 gmane.emacs.gnus.general:76396 Archived-At: On Sat, 05 Feb 2011 14:08:55 +0100 Andreas Schwab wrote: AS> Eli Zaretskii writes: >> 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. AS> It won't work when building outside srcdir anyway. >> webhack: >> $(MAKE) all MAKEINFO_OPTS="-DWEBHACKDEVEL --force -I$(emacsdir)" AS> That should be AS> $(MAKE) all MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)" (I adjusted the Subject line so it's useful to Gnus developers and users too) That's what I wanted (and why I said overrides.texi was a hack :) except the PDF and HTML targets are desired; I comitted a change to Gnus accordingly to just do PDF for now. Let me know what you think. Now, overrides.texi is for Gnus manuals overrides: settings we may want to propagate to all our manuals. So I think it makes sense to have it, just not the way I did it with shell redirection. I renamed it to gnus-overrides.texi and it can be used for things we want to use in all the Gnus manuals in the future. I hope that's OK with everyone; if not it's easy enough to pull that include out. Ted