Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: docs
- X-seq: zsh-workers 9270
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: docs
- Date: Sat, 8 Jan 2000 20:17:18 +0000
- In-reply-to: <200001071449.PAA23487@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200001071449.PAA23487@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author