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

install.info Fails in Latest CVS



'make install.info' fails in the latest CVS sources:


make[1]: Entering directory `/usr/local/build/zsh-2000-05-14/Doc'
/usr/local/src/zsh-2000-05-14/mkinstalldirs /usr/local/zsh-2000-05-14/info
rm -rf infodir
mkdir infodir
if ( \
    sed '/^@setfilename/s|zsh|zsh|' \
        < /usr/local/src/zsh-2000-05-14/Doc/zsh.texi > infodir/tzsh.texi && \
    (cd infodir && makeinfo tzsh.texi) && \
    for file in infodir/zsh.info*; do \
        /usr/local/bin/install -c -m 644 $file /usr/local/zsh-2000-05-14/info || exit 1; \
    done \
); then \
    rm -rf infodir; \
    exit 0; \
else \
    rm -rf infodir; \
    exit 1; \
fi
./tzsh.texi:453: Next field of node `The Zsh Userguide' not pointed to.
./tzsh.texi:466: This node (See Also) has the bad Prev.
./tzsh.texi:271: Node `Introduction' lacks menu item for `The Zsh Userguide' despite being its Up target.
makeinfo: Removing output file `/usr/local/build/zsh-2000-05-14/Doc/infodir/zsh.info' due to errors; use --force to preserve.
make[1]: *** [install.info] Error 1
make[1]: Leaving directory `/usr/local/build/zsh-2000-05-14/Doc'
make: *** [install.info] Error 2


  - vin



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