emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dan Griswold <dgriswol@rochester.rr.com>
To: emacs-orgmode@gnu.org
Subject: Re: make install-info fails for 6.08c
Date: Mon, 06 Oct 2008 17:14:44 -0400	[thread overview]
Message-ID: <87skr977ej.fsf@cantor.griswold.home> (raw)
In-Reply-To: 41c818190810060933h12e5d0f7w9232d1a5e9b7f07@mail.gmail.com

I saw this, too. And I determined two things:

  1. If you use a Debian (or, possibly, a Debian based distro), it
     will fail unless modified;
  2. Extra intervention appears required for the info file to be fully
     accessible.

Details:

  1. The Makefile uses GNU install-info. In Debian, "install-info" is
     part of the dpkg package, and thus different. Setting
     INSTALL_INFO to "ginstall-info" solved this problem for
     me. (ginstall-info is part of the texinfo package, and is
     Debian's name for GNU's install-info.)

  2. However, the [g]install-info command as called by "make
     install-info" was not entirely complete, as it did not copy the
     info file (doc/org) into info_dir directory, but only updated the
     main Info file ("/usr/local/info/dir").

     I got things working by manually copying doc/org to
     /usr/local/info/.

Possible solution:

Use these lines in place of the two beginning on line 55 of the Makefile:

  # Name of the program to install info files
  if [ `which ginstall-info ` ] ;
     then INSTALL_INFO=ginstall-info;
     else INSTALL_INFO=install-info;
  fi

And add this line to the install-info section of the Makefile:

  cp $(INFOFILES) $(infodir)


Of course, I might just be showing my ignorance on some of this
stuff. I'm willing to be corrected.

Thanks,

Dan



-- 
--------------
Dan Griswold
Rochester, NY
--------------

  reply	other threads:[~2008-10-06 21:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-06 16:33 make install-info fails for 6.08c William Henney
2008-10-06 21:14 ` Dan Griswold [this message]
2008-10-07  3:05   ` William Henney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87skr977ej.fsf@cantor.griswold.home \
    --to=dgriswol@rochester.rr.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).