emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Walter Franzini <walter.franzini-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: How to update "Info Documentation"?
Date: Fri, 29 Jul 2011 11:43:14 +0200	[thread overview]
Message-ID: <87y5zh4e31.fsf@walter-nb.nord-com.it> (raw)
In-Reply-To: CAH13ZgjJSzzFr50AXP6aerhDx2EtB-y4EWotDRdjaPxa=5_6FA@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

Johan Ekh <ekh.johan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> 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.

make info

and add the following snippet to you .emacs.el:

;; add documentation from the git clone
(eval-after-load "info"
  '(progn
     (info-initialize)                  
     (add-to-list 'Info-directory-list "~/lisp/org-mode/doc")))

hth
-- 
Walter Franzini
http://aegis.stepbuild.org/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2011-07-29  9:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-29  9:34 How to update "Info Documentation"? Johan Ekh
2011-07-29  9:43 ` Walter Franzini [this message]
2011-07-29  9:47 ` suvayu ali
2011-07-29 10:25   ` Jude DaShiell
2011-07-29 10:26   ` suvayu ali
2011-07-29 16:54   ` Dave Abrahams
2011-07-29 17:33     ` suvayu ali
2011-07-29 19:56       ` Dave Abrahams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y5zh4e31.fsf@walter-nb.nord-com.it \
    --to=walter.franzini-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).