From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Sun, 02 Dec 2007 21:47:56 +0000 Message-ID: <4753280C.9000106@gnu.org> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196632148 18331 80.91.229.12 (2 Dec 2007 21:49:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 21:49:08 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 02 22:49:17 2007 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.50) id 1Iywgb-00005E-7V for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 22:49:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IywgL-0003zv-2D for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 16:48:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iywg6-0003nI-Pq for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:48:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iywg2-0003iT-5L for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:48:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iywg1-0003i2-Jg for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:48:37 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iywft-0000SB-Sg; Sun, 02 Dec 2007 16:48:30 -0500 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id DE65C507F5; Sun, 2 Dec 2007 21:48:28 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:84510 Archived-At: Eli Zaretskii wrote: > needs to be redone: ifeq is a GNU Make feature, and I don't think we > want to require GNU Make for building Emacs. > > I think the easiest way to do this portably is use a shell feature of > some sort. Or just generate info/dbus and dbus.dvi unconditionally > (it cannot hurt). > Don't we distribute Emacs with prebuilt manuals? If so, then building unconditionally is a requirement.