zsh-workers
 help / color / mirror / code / Atom feed
* error installing zsh info files
@ 2002-08-28 16:04 Borsenkow Andrej
  2002-08-28 16:08 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Borsenkow Andrej @ 2002-08-28 16:04 UTC (permalink / raw)
  To: 'Zsh hackers list'

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: error installing zsh info files
  2002-08-28 16:04 error installing zsh info files Borsenkow Andrej
@ 2002-08-28 16:08 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2002-08-28 16:08 UTC (permalink / raw)
  To: Zsh hackers list

Borsenkow Andrej wrote:
> 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

Index: Doc/Zsh/mod_socket.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_socket.yo,v
retrieving revision 1.2
diff -u -r1.2 mod_socket.yo
--- Doc/Zsh/mod_socket.yo	22 Aug 2002 12:08:09 -0000	1.2
+++ Doc/Zsh/mod_socket.yo	28 Aug 2002 16:01:10 -0000
@@ -63,3 +63,4 @@
 )
 enditem()
 )
+enditem()

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-28 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-28 16:04 error installing zsh info files Borsenkow Andrej
2002-08-28 16:08 ` Peter Stephenson

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).