Re: [Orgmode] install and info

2008-10-08 Thread Carsten Dominik

Hi everyone,

I'd be happy to change the default to

   infodir = $(prefix)/share/info


if this is a better default for most systems.  Is it better?  So could  
people on
different systems out there please check where the standard info  
directory is located?


Thanks.

- Carsten

On Oct 8, 2008, at 3:20 PM, Richard Riley wrote:



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 [ ...] [--] 
`

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



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] install and info

2008-10-08 Thread Xiao-Yong Jin
Richard Riley <[EMAIL PROTECTED]> writes:

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

I changed infodir by myself.

> 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 [ ...] [--] 
> `
>
> 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.

It always worked for me.  This debian system probably has a
different install-info program as most of other system does.
On mine system:

install-info (GNU texinfo) 4.13
Usage: install-info [OPTION]... [INFO-FILE [DIR-FILE]]

-- 
c/*__o/*
<\ * (__
*/\  <


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


R: [Orgmode] install and info

2008-10-08 Thread Giovanni Ridolfi
--- Mer 8/10/08, Richard Riley <[EMAIL PROTECTED]> ha scritto:
> 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. 

Richard, 
the section of the Makefile you are referring to begins with:
##--
##  YOU MUST EDIT THE FOLLOWING LINES 
##--

so, please, modify your paths accordingly, 
or download a quite recent version of org 
from the Debian repository (for both testing, 6.05, and sid 6.06)

cheers,

Giovanni


  Scopri il blog di Yahoo! Mail:
Trucchi, novità e scrivi la tua opinione.
http://www.ymailblogit.com/blog



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] install and info

2008-10-08 Thread Richard Riley

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 [ ...] [--] 
`

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


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode