Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
error installing zsh info files
- X-seq: zsh-workers 17589
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Zsh hackers list'" <zsh-workers@xxxxxxxxxx>
- Subject: error installing zsh info files
- Date: Wed, 28 Aug 2002 20:04:29 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Updated half an hour ago and doing make install install.info got:
gmake[1]: Entering directory `/u3/u1/build/zsh/Doc'
/bin/sh /tools/src/zsh/mkinstalldirs /tools/info
rm -rf infodir
mkdir infodir
if ( \
sed '/^@setfilename/s|zsh|zsh|' \
< /tools/src/zsh/Doc/zsh.texi > infodir/tzsh.texi && \
(cd infodir && makeinfo tzsh.texi) && \
for file in infodir/zsh.info*; do \
/tools/src/zsh/install-sh -c -m 644 $file /tools/info || exit 1; \
done \
); then \
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/tools/info/dir \
/tools/info/zsh.info; \
else true; fi; \
rm -rf infodir; \
exit 0; \
else \
rm -rf infodir; \
exit 1; \
fi
tzsh.texi:19725: No matching `@end table'.
makeinfo: Removing output file `/u3/u1/build/zsh/Doc/infodir/zsh.info' due
to errors; use --force to preserve.
gmake[1]: *** [install.info] Error 1
gmake[1]: Leaving directory `/u3/u1/build/zsh/Doc'
gmake: *** [install.info] Error 2
the text around this line looks like
@node The zsh/net/socket Module, The zsh/stat Module, The zsh/sched Module,
Zsh Modules
@section The zsh/net/socket Module
@noindent
@c Yodl file: Zsh/mod_socket.yo
The @t{zsh/net/socket} module makes available one builtin command:
@noindent
@table @asis <==== 19725
@findex zsocket
@cindex sockets
@cindex sockets, Unix domain
@item @t{zsocket} [ @t{-adltv} ] [ @var{args} ]
@t{zsocket} is implemented as a builtin to allow full use of shell
command line editing, file I/O, and job control mechanisms.
This is texinfo/makeinfo 4.2
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author