Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh-3.1.6-dev-17: Doc/Makefile.in rule: Zsh/modlist.yo
- X-seq: zsh-workers 9589
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: zsh-3.1.6-dev-17: Doc/Makefile.in rule: Zsh/modlist.yo
- Date: 6 Feb 2000 23:38:27 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <slrn89q5ne.l7g.mason@xxxxxxxxxxxxxxxxxxxxx> <1000206194825.ZM12126@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> typed:
:On Feb 6, 6:38am, Geoff Wing wrote:
:} Note also that I've removed the
:} CTRL-A's from the includefile() lines: any reason they were there?
:I think they were to work around a bug in some version of yodl or other.
:There should be some discussion in the archives about it.
OK, couldn't find anything about it but this puts them back in.
Follows my message 9584 & Tanaka's 9585
--- Doc/Makefile.in.org Mon Feb 7 10:34:29 2000
+++ Doc/Makefile.in Mon Feb 7 10:35:06 2000
@@ -178,7 +178,7 @@
echo ")"; \
done; \
echo "enditem()"; \
- echo "includefile(Zsh/modmenu.yo)"; \
+ echo "includefile(Zsh/modmenu.yo)"; \
set '' $(MODDOCSRC); \
mod1= mod2= mod3=; \
test ".$$2" = . || \
@@ -189,7 +189,7 @@
mod3=`sed -n '1{s|^COMMENT(!MOD!||;p;q;}' < $(sdir)/$$3`; \
echo "texinode(The $$mod2 Module)($${mod3:+The $$mod3 Module})($${mod1:+The $$mod1 Module})(Zsh Modules)"; \
echo "sect(The $$mod2 Module)"; \
- echo "includefile($${2})"; \
+ echo "includefile($${2})"; \
shift; \
mod1=$$mod2; \
mod2=$$mod3; \
--
Geoff Wing : <gcw@xxxxxxxxx> Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@xxxxxxxx> Ego URL : http://pobox.com/~gcw/
Zsh Stuff : <gcw@xxxxxxx> Phone : (Australia) 0413 431 874
Messages sorted by:
Reverse Date,
Date,
Thread,
Author