emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make install-info
@ 2009-06-19 21:18 Nicolas Girard
  2009-06-20 19:14 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Girard @ 2009-06-19 21:18 UTC (permalink / raw)
  To: emacs-orgmode

Hi,
i just noticed two things related to org-mode's info manual:

1) currently, running
make install
doesn't install an updated version of the info manual. I'd suggest to
get the "install" target to depend on "install-info" so that
installing a new version of org-mode also installs the appropriate
info manual ;

2) on my system, make install-info is broken. I have
install-info --version
install-info (GNU texinfo) 4.12

and make install-info outputs:

if [ ! -d /usr/local/share/info ]; then mkdir -p
/usr/local/share/info; else true; fi ;
cp -p doc/org /usr/local/share/info
install-info --info-file=doc/org --info-dir=/usr/local/share/info
Syntaxe : install-info [<options> ...] [--] <nom-fichier>

Options :
[...]
make: *** [install-info] Erreur 1

--
Nicolas

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

* Re: make install-info
  2009-06-19 21:18 make install-info Nicolas Girard
@ 2009-06-20 19:14 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-06-20 19:14 UTC (permalink / raw)
  To: Nicolas Girard; +Cc: emacs-orgmode

Hi Nicolas,

I don't know of a stable way to install info files on all systems,
therefore it is too dangerous to do this step by default.

Does make install-info-debian work for you?

- Carsten

On Jun 19, 2009, at 11:18 PM, Nicolas Girard wrote:

> Hi,
> i just noticed two things related to org-mode's info manual:
>
> 1) currently, running
> make install
> doesn't install an updated version of the info manual. I'd suggest to
> get the "install" target to depend on "install-info" so that
> installing a new version of org-mode also installs the appropriate
> info manual ;
>
> 2) on my system, make install-info is broken. I have
> install-info --version
> install-info (GNU texinfo) 4.12
>
> and make install-info outputs:
>
> if [ ! -d /usr/local/share/info ]; then mkdir -p
> /usr/local/share/info; else true; fi ;
> cp -p doc/org /usr/local/share/info
> install-info --info-file=doc/org --info-dir=/usr/local/share/info
> Syntaxe : install-info [<options> ...] [--] <nom-fichier>
>
> Options :
> [...]
> make: *** [install-info] Erreur 1
>
> --
> Nicolas
>
>
> _______________________________________________
> 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

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

end of thread, other threads:[~2009-06-20 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-19 21:18 make install-info Nicolas Girard
2009-06-20 19:14 ` Carsten Dominik

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