From: Daniel Shahaf <d.s@daniel.shahaf.name> To: Zsh hackers list <zsh-workers@zsh.org> Subject: Re: Error building info doc from latest git Date: Wed, 1 Dec 2021 03:17:35 +0000 [thread overview] Message-ID: <20211201031735.GA10648@tarpaulin.shahaf.local2> (raw) In-Reply-To: <CAH+w=7b9fpZJ+_GAMBoW6gNQrTDAvZAr99GiebTH6xHiCaxH+Q@mail.gmail.com> 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()
prev parent reply other threads:[~2021-12-01 3:17 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-27 17:48 Bart Schaefer 2021-12-01 3:17 ` Daniel Shahaf [this message]
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=20211201031735.GA10648@tarpaulin.shahaf.local2 \ --to=d.s@daniel.shahaf.name \ --cc=zsh-workers@zsh.org \ --subject='Re: Error building info doc from latest git' \ /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
Code repositories for project(s) associated with this 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).