emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* install and info
@ 2008-10-08 13:20 Richard Riley
  2008-10-08 13:31 ` R: " Giovanni Ridolfi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Richard Riley @ 2008-10-08 13:20 UTC (permalink / raw)
  To: org-mode


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-10-10 12:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-08 13:20 install and info Richard Riley
2008-10-08 13:31 ` R: " 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

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