From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Org mode info file Date: Sat, 18 Aug 2007 14:35:16 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMKLM-0003da-HP for emacs-orgmode@gnu.org; Sat, 18 Aug 2007 05:11:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMKLL-0003cH-6y for emacs-orgmode@gnu.org; Sat, 18 Aug 2007 05:11:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMKLK-0003bx-Nj for emacs-orgmode@gnu.org; Sat, 18 Aug 2007 05:11:38 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IMKLK-0004Rj-7f for emacs-orgmode@gnu.org; Sat, 18 Aug 2007 05:11:38 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IMKLD-0002en-R5 for emacs-orgmode@gnu.org; Sat, 18 Aug 2007 11:11:31 +0200 Received: from 59.92.133.255 ([59.92.133.255]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Aug 2007 11:11:31 +0200 Received: from nsivaram.net by 59.92.133.255 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Aug 2007 11:11:31 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Can the Makefile be modified to the create the 'dir' file for the info file? For every release of org mode, I simply run make and rename the latest org- directory as org. I don't do make install but simply point .Emacs to the place of the org directory. The thing is, I keep forgetting to create the dir entry install-info org --dir-file=dir Can this be added as part of the target(?) of info: in the Makefile? sivaram --