[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] install and info
From: |
Xiao-Yong Jin |
Subject: |
Re: [Orgmode] install and info |
Date: |
Wed, 08 Oct 2008 09:34:45 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Richard Riley <address@hidden> 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 [<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.
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/*
<\ * (__
*/\ <
- [Orgmode] install and info, Richard Riley, 2008/10/08
- R: [Orgmode] install and info, Giovanni Ridolfi, 2008/10/08
- Re: [Orgmode] install and info,
Xiao-Yong Jin <=
- Re: [Orgmode] install and info, Carsten Dominik, 2008/10/09
- [Orgmode] Re: install and info, Bernt Hansen, 2008/10/09
- [Orgmode] Re: install and info, Richard Riley, 2008/10/09
- [Orgmode] Re: install and info, Bernt Hansen, 2008/10/09
- Re: [Orgmode] Re: install and info, Xiao-Yong Jin, 2008/10/09
- Re: [Orgmode] Re: install and info, Richard Riley, 2008/10/09
- Re: [Orgmode] Re: install and info, Xiao-Yong Jin, 2008/10/09
[Orgmode] Re: install and info, Sivaram Neelakantan, 2008/10/10