From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Installing org-mode from git without byte-compiling Date: Sat, 01 Jan 2011 11:06:12 +0530 Message-ID: <81fwtdchir.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33748 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYu8b-0006nN-Q8 for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 00:36:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYu8a-0007Yc-DM for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 00:36:21 -0500 Received: from smtpout09-01.prod.mesa1.secureserver.net ([64.202.165.14]:35491 helo=smtpout09.prod.mesa1.secureserver.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PYu8a-0007YV-46 for emacs-orgmode@gnu.org; Sat, 01 Jan 2011 00:36:20 -0500 In-Reply-To: (Jeff Horn's message of "Fri, 31 Dec 2010 13:43:57 -0500") 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: Jeff Horn Cc: Org-mode ml > Inspecting the Makefile, I see that I probably want to make the info > documentation and have that installed automatically, I just don't want > to byte-compile the lisp. $ make doc/org The above command will create a file named 'org' in the doc directory. Once this is done alter `Info-directory-list' with the following line in your init file. (push "~/path/to/git/root/doc/" Info-directory-list) If you get some surprises, you can do a C-h v Info-directory-list and make sure that the order of the dirs is just as you want it. Jambunathan K.