From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1720 invoked by alias); 21 Feb 2011 06:32:56 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28788 Received: (qmail 10135 invoked from network); 21 Feb 2011 06:32:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.41 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ZFhpydQNzES+Oh93vXPE4Sw7Mol4KutSrvvyb/8a734=; b=cxLlUJyyxJy9acOVOzt/ZfCju2GBNvr8m2WQslFcUhTWQxXYuCZDl3TUssJQzGpyEE XMpKe94xdlsBG7Hq1sAfg4qt0ZeGOm/5Msy0dD+W8l5qq/xG3jk2pg4T1p2TzSuFF+iL +iVMpsTttgLuKPgROAVp4IthwlNHlXJqU9doI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=oWKuNkLW+27DupwueWPDGTHrxd6MrXYrvQ2yYQkuTxSEpYiDCIhJBUF2EJl8r0RmDY jm7ADmGbzPZQQrJZDQe+WaRA6eHWzxiLwMBOx3STzFKypFFEoOdhnjJkpd71AMfwI50B lAjZ3x94bgAbHKahOaSVPOoT4soWPHrvc7Gjc= MIME-Version: 1.0 In-Reply-To: References: <20110221031449.GA5748@quark.hightek.org> Date: Mon, 21 Feb 2011 07:27:29 +0100 Message-ID: Subject: Re: Installation fails because the documentation is not building From: Mikael Magnusson To: Wayne Davison Cc: Vincent Stemen , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 21 February 2011 06:55, Wayne Davison wrote: > On Sun, Feb 20, 2011 at 7:14 PM, Vincent Stemen 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? The .1 files are distributed in the release tarballs so people don't need yodl to build those. -- Mikael Magnusson