Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.0.2-test-2 is available
On Mon, Dec 9, 2013 at 11:51 AM, İsmail Dönmez <ismail@xxxxxxxxx> wrote:
> Hi,
>
>
> On Sun, Dec 1, 2013 at 9:46 PM, Peter Stephenson <
> p.w.stephenson@xxxxxxxxxxxx> wrote:
>
>> Another test for zsh 5.0.3 is available, 5.0.2-test-3, as you'll see if
>> you go to http://www.zsh.org/pub/development/ . (The second compressed
>> version of the doc bundle was still to arrive when I looked but that
>> shouldn't worry you.)
>>
>> I'm hoping this will be the last test version.
>>
>
> Sorry for the late report. While building on openSUSE 13.1 I get:
>
> make[1]: Entering directory
> `/home/abuild/rpmbuild/BUILD/zsh-5.0.2-test-3/Doc'
> texi2html --output . --ifinfo --split=chapter --node-files ./zsh.texi
> make[1]: Leaving directory
> `/home/abuild/rpmbuild/BUILD/zsh-5.0.2-test-3/Doc'
> + install -d Help
> + pushd Help/
> ~/rpmbuild/BUILD/zsh-5.0.2-test-3/Help ~/rpmbuild/BUILD/zsh-5.0.2-test-3
> + troff -Tlatin1 -t -mandoc ../Doc/zshbuiltins.1
> + grotty -cbou
> + sed -e 's/±/{+|-}/'
> + ../Util/helpfiles
> Usage: helpfiles zshbuiltins.1 dest-dir [link-file]
>
> Any ideas?
>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author