zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: Pierre Albarede <pa.news@free.fr>
Cc: zsh-workers@sunsite.dk
Subject: Re: report after installing zsh-4.3.2
Date: Tue, 11 Apr 2006 08:46:31 -0700	[thread overview]
Message-ID: <20060411154631.GD23613@dot.blorf.net> (raw)

On Tue, Apr 11, 2006 at 03:42:08PM +0200, Pierre Albarede wrote:
> I had to run
> install-info zsh.info
> in order to make zsh appear in the info directory.

I assume that your version of install-info doesn't understand the
--version option?  The Doc/Makefile currently has that as a prerequisite
for using install-info:

    if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
      install-info --dir-file=$(DESTDIR)$(infodir)/dir \
        $(DESTDIR)$(infodir)/$(tzsh).info; \
    else true; fi

It looks like we need some improved logic there.  Perhaps just replacing
"true" with "(cd $(DESTDIR)$(infodir) && install-info $(tzsh).info)" and
letting that succeed or fail would be a good change?

..wayne..


             reply	other threads:[~2006-04-11 15:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-11 15:46 Wayne Davison [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-11 17:49 Wayne Davison
2006-04-11 16:33 Pierre Albarede
2006-04-11 13:42 Pierre Albarede

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

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

  git send-email \
    --in-reply-to=20060411154631.GD23613@dot.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=pa.news@free.fr \
    --cc=zsh-workers@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).