From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20546 invoked from network); 8 Jan 2000 20:17:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jan 2000 20:17:44 -0000 Received: (qmail 4655 invoked by alias); 8 Jan 2000 20:17:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9270 Received: (qmail 4648 invoked from network); 8 Jan 2000 20:17:37 -0000 From: "Bart Schaefer" Message-Id: <1000108201718.ZM9292@candle.brasslantern.com> Date: Sat, 8 Jan 2000 20:17:18 +0000 In-Reply-To: <200001071449.PAA23487@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "PATCH: docs" (Jan 7, 3:49pm) References: <200001071449.PAA23487@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.auc.dk Subject: Re: PATCH: docs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 7, 3:49pm, Sven Wischnowsky wrote: } Subject: PATCH: docs } } My makeinfo at least can't parse a menu definition if it contains the } comments inserted by yodl. So I need to move the {start,end}menu() } from modlist.yo to modmenu.yo (and add manmodmenu.yo for manual.yo). So that means we also need the patch below, right? Index: Doc/Zsh/.cvsignore =================================================================== @@ -1,2 +1,3 @@ modlist.yo modmenu.yo +manmodmenu.yo Index: Doc/Zsh/.distfiles =================================================================== @@ -8,7 +8,7 @@ mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_sched.yo mod_stat.yo mod_zftp.yo mod_zle.yo mod_zleparameter.yo mod_zutil.yo mod_zprof.yo - modules.yo modmenu.yo + modules.yo modmenu.yo manmodmenu.yo options.yo params.yo prompt.yo redirect.yo restricted.yo seealso.yo zftpsys.yo zle.yo ' Index: Doc/Zsh/Makefile.in =================================================================== @@ -295,7 +295,7 @@ .PHONY: distclean-here realclean-here: distclean-here - cd $(sdir) && rm -f Zsh/modlist.yo Zsh/modmenu.yo + cd $(sdir) && rm -f Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo cd $(sdir) && rm -f version.yo ../META-FAQ zsh.texi $(MAN) .PHONY: realclean-here -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com