zsh-workers
 help / color / mirror / code / Atom feed
* install.info Fails in Latest CVS
@ 2000-05-15  1:30 Vin Shelton
  2000-05-15  8:44 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Vin Shelton @ 2000-05-15  1:30 UTC (permalink / raw)
  To: Zsh hackers list

'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


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

* Re: install.info Fails in Latest CVS
  2000-05-15  1:30 install.info Fails in Latest CVS Vin Shelton
@ 2000-05-15  8:44 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2000-05-15  8:44 UTC (permalink / raw)
  To: Zsh hackers list

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

Index: Doc/Zsh/manual.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/manual.yo,v
retrieving revision 1.3
diff -u -r1.3 manual.yo
--- Doc/Zsh/manual.yo	2000/04/28 17:13:50	1.3
+++ Doc/Zsh/manual.yo	2000/05/15 08:42:55
@@ -52,6 +52,7 @@
 menu(Mailing Lists)
 menu(The Zsh FAQ)
 menu(The Zsh Web Page)
+menu(The Zsh Userguide)
 menu(See Also)
 
 Shell Grammar
Index: Doc/Zsh/metafaq.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/metafaq.yo,v
retrieving revision 1.2
diff -u -r1.2 metafaq.yo
--- Doc/Zsh/metafaq.yo	2000/05/14 22:08:41	1.2
+++ Doc/Zsh/metafaq.yo	2000/05/15 08:42:55
@@ -4,6 +4,7 @@
 menu(Mailing Lists)
 menu(The Zsh FAQ)
 menu(The Zsh Web Page)
+menu(The Zsh Userguide)
 menu(See Also)
 endmenu()
 texinode(Author)(Availability)()(Introduction)
Index: Doc/Zsh/seealso.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/seealso.yo,v
retrieving revision 1.2
diff -u -r1.2 seealso.yo
--- Doc/Zsh/seealso.yo	2000/04/28 13:20:12	1.2
+++ Doc/Zsh/seealso.yo	2000/05/15 08:42:55
@@ -1,4 +1,4 @@
-texinode(See Also)()(The Zsh Web Page)(Introduction)
+texinode(See Also)()(The Zsh Userguide)(Introduction)
 sect(See Also)
 manref(sh)(1),
 manref(csh)(1),


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

end of thread, other threads:[~2000-05-15  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-15  1:30 install.info Fails in Latest CVS Vin Shelton
2000-05-15  8:44 ` 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).