zsh-workers
 help / color / mirror / code / Atom feed
* Error building info doc from latest git
@ 2021-11-27 17:48 Bart Schaefer
  2021-12-01  3:17 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2021-11-27 17:48 UTC (permalink / raw)
  To: Zsh hackers list

makeinfo ./zsh.texi
./zsh.texi:16021: node `Zsh Line Editor' lacks menu item for
`User-Defined Widgets' despite being its Up target
./zsh.texi:16021: node `Zsh Line Editor' lacks menu item for `Standard
Widgets' despite being its Up target
make[1]: *** [Makefile:285: zsh.info] Error 1
make[1]: Target 'info' not remade because of errors.
make: *** [Makefile:200: info] Error 2


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

* Re: Error building info doc from latest git
  2021-11-27 17:48 Error building info doc from latest git Bart Schaefer
@ 2021-12-01  3:17 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2021-12-01  3:17 UTC (permalink / raw)
  To: Zsh hackers list

Bart Schaefer wrote on Sat, Nov 27, 2021 at 09:48:37 -0800:
> makeinfo ./zsh.texi
> ./zsh.texi:16021: node `Zsh Line Editor' lacks menu item for
> `User-Defined Widgets' despite being its Up target
> ./zsh.texi:16021: node `Zsh Line Editor' lacks menu item for `Standard
> Widgets' despite being its Up target
> make[1]: *** [Makefile:285: zsh.info] Error 1
> make[1]: Target 'info' not remade because of errors.
> make: *** [Makefile:200: info] Error 2

diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index 51601adbd..dc4d6ed07 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -108,6 +108,8 @@ Zsh Line Editor
 menu(Keymaps)
 menu(Zle Builtins)
 menu(Zle Widgets)
+menu(User-Defined Widgets)
+menu(Standard Widgets)
 menu(Character Highlighting)
 
 Completion Widgets
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 6948aa5ac..aaeeddf26 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -57,6 +57,8 @@ startmenu()
 menu(Keymaps)
 menu(Zle Builtins)
 menu(Zle Widgets)
+menu(User-Defined Widgets)
+menu(Standard Widgets)
 menu(Character Highlighting)
 endmenu()
 


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

end of thread, other threads:[~2021-12-01  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 17:48 Error building info doc from latest git Bart Schaefer
2021-12-01  3:17 ` Daniel Shahaf

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