From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: How to update "Info Documentation"? Date: Fri, 29 Jul 2011 11:47:34 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmjfh-0005vm-FG for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 05:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmjfg-0006a7-CX for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 05:47:57 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:34813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmjfg-0006YQ-4y for emacs-orgmode@gnu.org; Fri, 29 Jul 2011 05:47:56 -0400 Received: by fxg9 with SMTP id 9so2635851fxg.0 for ; Fri, 29 Jul 2011 02:47:54 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johan Ekh Cc: emacs-orgmode@gnu.org On Fri, Jul 29, 2011 at 11:34 AM, Johan Ekh wrote: > Hi all, > I keep up to date with org-mode using: > > git pull && make clean && make && make doc && make install > > It works very well except that my "Info Documentation" is not updated. > It is still some old version. > > What do I have to do to get it updated? > 3 options: 1. Set this variable to the appropriate path in your init file ;; Info directory (add-to-list 'Info-default-directory-list (expand-file-name "/opt/emacs-lisp/share/info")) 2. Add to the INFOPATH variable in your shell profile file: e.g. (bash) ~/.bash_profile .. export INFOPATH=/opt/emacs-lisp/share/info:$INFOPATH 3. Edit your Makefile to reflect the proper infopath # Where local software is found prefix=/opt/emacs-lisp .. # Where info files go. infodir = $(prefix)/share/info > BR / Johan > Hope this helps. -- Suvayu Open source is the future. It sets us free.