From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: info files Date: Mon, 23 Dec 2013 17:07:48 +0100 Message-ID: <87zjnrtusr.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387817017 32488 80.91.229.3 (23 Dec 2013 16:43:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 16:43:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 17:43:43 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vv8bW-0000gI-W8 for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 17:43:43 +0100 Original-Received: from localhost ([::1]:34266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv86m-0003zg-LV for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 11:11:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv836-0006HI-4G for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:08:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv82y-0000u1-Qz for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:08:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv82y-0000tk-CZ for emacs-devel@gnu.org; Mon, 23 Dec 2013 11:08:00 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vv82w-000404-Bx for emacs-devel@gnu.org; Mon, 23 Dec 2013 17:07:58 +0100 Original-Received: from i59f5540c.versanet.de ([89.245.84.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 17:07:58 +0100 Original-Received: from stephen.berman by i59f5540c.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 17:07:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f5540c.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166785 Archived-At: Recent bzr updates of the branch I use for regular builds always ended with a conflict about info/ not being empty and therefore not deleted (it was of course absent in my trunk mirror). So I deleted it from the branch manually, did `bzr resolve --all', and that eliminated the conflict. But now when I run make, no info files are built. They are built by running `make info', which creates info/ in the source directory and populates it. So I suppose the next time I update the branch I'll get a conflict again and have to delete info/ manually, and then run `make info' on the next build; and so on. This doesn't seem very sensible, so I guess I'm missing something, but I saw nothing in NEWS. So what am I missing? In case it's relevant, I build Emacs out of tree and do not install it. Steve Berman