Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.0.2-test-2 is available
- X-seq: zsh-workers 32097
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: İsmail Dönmez <ismail@xxxxxxxxx>, Zsh Hackers' List <zsh-workers@xxxxxxx>
- Subject: Re: 5.0.2-test-2 is available
- Date: Mon, 09 Dec 2013 10:12:57 +0000
- In-reply-to: <CAJ1KOAjJumPnzGWT+sg6-A34Aisp_+PfaCZkP3P8-LDpM7YJhg@mail.gmail.com>
- 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
- Organization: Samsung Cambridge Solution Centre
- References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <CAJ1KOAj6_KJL59OM_03JhzFLzSJvw_-N8zAeiv94kh7PpNdN0Q@mail.gmail.com> <CAJ1KOAjJumPnzGWT+sg6-A34Aisp_+PfaCZkP3P8-LDpM7YJhg@mail.gmail.com>
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.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author