Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.0.2-test-2 is available
- X-seq: zsh-workers 32095
- From: İsmail Dönmez <ismail@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: 5.0.2-test-2 is available
- Date: Mon, 9 Dec 2013 12:16:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=qW34ClACz3SiUlYu328jn+MJgen0xV94CtUBpwSGnd4=; b=BdZZm0QwqaT9oaIqQJIlB2sSOZG39rtb892QAxxDAJVEgyJBGQlQf3Y0yYAPj792iG JmhxNMBSqDNLTjD7Gq4uDfVy8n5VR3vNo/VZDjDjXLgB9OF5InChPjPcLNy+4Q8iUk2G Hyjj3S7bJwtwFfNobYusoM/XHfLvaCR+rctPs=
- In-reply-to: <20131209101257.1f7974b0@pwslap01u.europe.root.pri>
- 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: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <CAJ1KOAj6_KJL59OM_03JhzFLzSJvw_-N8zAeiv94kh7PpNdN0Q@mail.gmail.com> <CAJ1KOAjJumPnzGWT+sg6-A34Aisp_+PfaCZkP3P8-LDpM7YJhg@mail.gmail.com> <20131209101257.1f7974b0@pwslap01u.europe.root.pri>
Hi,
On Mon, Dec 9, 2013 at 12:12 PM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx>wrote:
> On Mon, 09 Dec 2013 11:53:18 +0200
> İsmail Dönmez <ismail@xxxxxxxxx> wrote:
> > > + ../Util/helpfiles
> > > Usage: helpfiles zshbuiltins.1 dest-dir [link-file]
> >
> > Looks like the following rpm spec file fragment triggers this:
> >
> > # make help text files
> > install -d Help
> > pushd Help/
> > troff -Tlatin1 -t -mandoc ../Doc/zshbuiltins.1 | \
> > grotty -cbou | \
> > sed -e 's/±/{+|-}/' | \
> > ../Util/helpfiles
> > popd
>
> (Moved to zsh-workers.)
>
> That probably ought to be "perl ../Util/helpfiles" to be safe. I think
> the code within the distribution does this OK.
>
Looks like this code is not needed at all now. Doc/help/* seems to provide
the help files already. Thanks a lot! Now only remaining test failure is
the MONITOR thing which is already known.
Regards.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author