Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Installation fails because the documentation is not building
- X-seq: zsh-workers 28787
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Vincent Stemen <vince.lists@xxxxxxxxxxx>
- Subject: Re: Installation fails because the documentation is not building
- Date: Sun, 20 Feb 2011 21:55:51 -0800
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=v57aWU5mHKlF0ppylt6zRhVhOWNqj/+hC3QQUGsGNB0=; b=APItc3aENPdkFSnhHtAPQOlUsvPu9RBZrl17xVllt1bJb+yBcvdwhEJk6QPcwrj02g yU2TC2s08Imwqh+xdU1ZDRI8iZcx+iM7tTsNa7/7in3BRoXvq46wKY5HqbWsZp3gzrKO RgBWKNkPcDUQnOhsTCs648HwybeNBhD3T7EMU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Lb5dD4WEsUNSFh3BS1pwoGfNWq3YorxSn5Y8POoe7DeMqDmuRmvgpbAwj6CbeBEYWy cHJfXmJ08IDbgds1rD7cfVeHVaDPInjG+ZpqjZWrkrCsYpQ1xmW4gaW8+TCD2LcCl3V1 EVLWReshBaXLliqqlyBUvP8ot3Zt3ZgCTI75M=
- In-reply-to: <20110221031449.GA5748@quark.hightek.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20110221031449.GA5748@quark.hightek.org>
- Sender: 4wayned@xxxxxxxxx
On Sun, Feb 20, 2011 at 7:14 PM, Vincent Stemen <vince.lists@xxxxxxxxxxx>wrote:
> I assume it is failing on the "test -s" statement, because when I look in
> the
> Doc directory, all the man files ending in ".1" are zero length.
>
The Doc Makefile will create 0-length *.1 files if it doesn't think that
yodl is around. Perhaps you ran make before yodl was installed, and didn't
remove those files? It looks like only a "make realclean" will remove the
*.1 files (and you'd probably want to just manually remove the *.1 files
instead of going to that extreme).
I'm not sure why none of the lesser clean targets will clean up the *.1
files, though. Maybe it is to help folks who don't have yodl installed and
get the *.1 files manually?
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author