zsh-workers
 help / color / mirror / code / Atom feed
From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
To: "'Zsh hackers list'" <zsh-workers@sunsite.dk>
Subject: error installing zsh info files
Date: Wed, 28 Aug 2002 20:04:29 +0400	[thread overview]
Message-ID: <6134254DE87BD411908B00A0C99B044F04056663@mowd019a.mow.siemens.ru> (raw)

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


             reply	other threads:[~2002-08-28 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28 16:04 Borsenkow Andrej [this message]
2002-08-28 16:08 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6134254DE87BD411908B00A0C99B044F04056663@mowd019a.mow.siemens.ru \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).