Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test release: zsh 5.5.1-test-2



I have a new build error on a system that does not have yodl.  I
recall seeing an email about a change to build tree management for
when the docs are built out of tree, but I can't find it in the git
history.

cd .. && \
      /bin/sh ./config.status `echo Doc/Makefile | sed 's%^./%%'`
config.status: creating Doc/Makefile
( \
      echo 'IFDEF(INCWSLEVEL)(INCWSLEVEL())(STARTDEF())'; \
      echo 'def(version)(0)('5.5.1-test-2')'; \
      echo 'def(date)(0)(''August 26, 2018'')'; \
      echo 'def(zshenv)(0)(/etc/zshenv)'; \
      echo 'def(zprofile)(0)(/etc/zprofile)'; \
      echo 'def(zshrc)(0)(/etc/zshrc)'; \
      echo 'def(zlogin)(0)(/etc/zlogin)'; \
      echo 'def(zlogout)(0)(/etc/zlogout)'; \
      echo 'IFDEF(DECWSLEVEL)(DECWSLEVEL())(ENDDEF())#' | tr '#' '\\'; \
    ) > ./version.yo
perl ../Util/helpfiles \
        ./zshbuiltins.1 ./help ./help.txt \
        || rm -f ./help.txt ./help/*
helpfiles: attempting man ./zshbuiltins.1 >./help/man.tmp
fgets: Undefined error: 0
Error reading man page /Users/schaefer/Public/zsh/Doc/./zshbuiltins.1
No manual entry for ./zshbuiltins.1
helpfiles: attempting nroff -man ./zshbuiltins.1 >./help/man.tmp
helpfiles: attempting col -bx <./help/man.tmp >./help/col.tmp
helpfiles: not all files were properly generated
touch ./help.txt
case ': yodl ' in :*) touch zsh.texi ;; *) \
        : yodl  -o zsh.texi -I. -w ztexi.yo version.yo zsh.yo; \
        test -f zsh.texi \
    ;; esac



Messages sorted by: Reverse Date, Date, Thread, Author