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

Re: install.info failure



On Wed, May 26, 2021 at 1:13 AM dana <dana@xxxxxxx> wrote:
>
> FYI, you can use the yodl package from MacPorts.

Thanks! Here's my fix:
From be0a3817622ba2d8fe2275c016b11b562727c97f Mon Sep 17 00:00:00 2001
From: Marlon Richert <marlon.richert@xxxxxxxxx>
Date: Thu, 27 May 2021 21:22:24 +0300
Subject: [PATCH] Add missing node refs in contrib.yo

---
 Doc/Zsh/contrib.yo | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index a972f08d6..eb001e96f 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -26,6 +26,15 @@ endmenu()
 texinode(Utilities)(Recent Directories)()(User Contributions)
 sect(Utilities)
 
+startmenu()
+menu(Accessing On-Line Help)
+menu(Recompiling Functions)
+menu(Keyboard Definition)
+menu(Dumping Shell State)
+menu(Manipulating Hook Functions)
+endmenu()
+
+texinode(Accessing On-Line Help)(Recompiling Functions)()(Utilities)
 subsect(Accessing On-Line Help)
 cindex(helpfiles utility)
 
@@ -80,6 +89,7 @@ ifnzman(noderef(Parameters Used By The Shell))\
 installation; if it is not, copy tt(Functions/Misc/run-help) to an
 appropriate directory.
 
+texinode(Recompiling Functions)(Keyboard Definition)(Accessing On-Line Help)(Utilities)
 subsect(Recompiling Functions)
 cindex(functions, recompiling)
 cindex(zrecompile utility)
@@ -168,6 +178,7 @@ Once the digests have been created and your tt(fpath) modified to refer to
 them, you can keep them up to date by running tt(zrecompile) with no
 arguments.
 
+texinode(Keyboard Definition)(Dumping Shell State)(Recompiling Functions)(Utilities)
 subsect(Keyboard Definition)
 cindex(keyboard definition)
 
@@ -211,6 +222,7 @@ ifnzman(noderef(Parameters Used By The Shell))\
 installation; if it is not, copy tt(Functions/Misc/zkbd) to an
 appropriate directory.
 
+texinode(Dumping Shell State)(Manipulating Hook Functions)(Keyboard Definition)(Utilities)
 subsect(Dumping Shell State)
 cindex(reporter utility)
 
@@ -287,6 +299,7 @@ any prefix, even a single letter; thus tt(a) is the same as tt(aliases),
 tt(z) is the same as tt(zstyles), etc.
 enditem()
 
+texinode(Manipulating Hook Functions)()(Dumping Shell State)(Utilities)
 subsect(Manipulating Hook Functions)
 cindex(hook function utility)
 
-- 
2.30.1 (Apple Git-130)



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