emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@googlemail.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: install and info
Date: Wed, 08 Oct 2008 15:20:12 +0200	[thread overview]
Message-ID: <o5wsgj6x6b.fsf@development.richardriley.net> (raw)


There might be an inconsistency in the install process. Well, on my
debian system.

In the Makefile we have

,----
| # Where local software is found
| prefix=/usr/local
| 
| # Where local lisp files go.
| lispdir = $(prefix)/share/emacs/site-lisp
| 
| # Where info files go.
| infodir = $(prefix)/info
`----

Now I dont pretend to even begin to understand how the info system works
but a "sudo make install-info" does not work because (a) it puts the
file into /usr/local/info and my system appears to expect it in
/usr/local/share/info. In addition the install info command appears to
be broken:

,----
| if [ ! -d /usr/local/info ]; then mkdir -p /usr/local/info; else true; fi ;
| cp -p doc/org /usr/local/info
| install-info --info-file=doc/org --info-dir=/usr/local/info
| Usage: install-info [<options> ...] [--] <filename>
`----

Hopefully someone can shed some light. I think it used to work but am
not sure if I was picking up a local info file before.


-- 
We are becoming the servants in thought, as in action, of the machine we have created to serve us.  ~John Kenneth Galbraith

             reply	other threads:[~2008-10-08 13:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-08 13:20 Richard Riley [this message]
2008-10-08 13:31 ` R: install and info Giovanni Ridolfi
2008-10-08 13:41   ` Richard Riley
2008-10-08 13:34 ` Xiao-Yong Jin
2008-10-09  5:45 ` Carsten Dominik
2008-10-09 12:41   ` Bernt Hansen
2008-10-09 13:08     ` Richard Riley
2008-10-09 13:30       ` Bernt Hansen
2008-10-09 14:16       ` Xiao-Yong Jin
2008-10-09 14:29         ` Richard Riley
2008-10-09 16:03           ` Xiao-Yong Jin
2008-10-10 12:22   ` Sivaram Neelakantan
  -- strict thread matches above, loose matches on Subject: below --
2008-10-09 14:43 Ben Alexander

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=o5wsgj6x6b.fsf@development.richardriley.net \
    --to=rileyrgdev@googlemail.com \
    --cc=emacs-orgmode@gnu.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).