From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: install and info Date: Wed, 08 Oct 2008 15:20:12 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnYxH-0004US-AL for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 09:19:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnYxG-0004U8-VC for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 09:19:55 -0400 Received: from [199.232.76.173] (port=37289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnYxG-0004U5-Pn for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 09:19:54 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:63911) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnYxG-0007e2-QD for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 09:19:55 -0400 Received: by ey-out-1920.google.com with SMTP id 4so1191240eyg.24 for ; Wed, 08 Oct 2008 06:19:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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 [ ...] [--] `---- 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