From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7074 invoked from network); 6 Feb 2000 23:38:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Feb 2000 23:38:43 -0000 Received: (qmail 25237 invoked by alias); 6 Feb 2000 23:38:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9589 Received: (qmail 25227 invoked from network); 6 Feb 2000 23:38:34 -0000 To: zsh-workers@sunsite.auc.dk Path: mason From: mason@primenet.com.au (Geoff Wing) X-Newsgroups: lists.zsh.workers Subject: Re: PATCH: zsh-3.1.6-dev-17: Doc/Makefile.in rule: Zsh/modlist.yo Date: 6 Feb 2000 23:38:27 GMT Organization: PrimeNet Computer Consultants Distribution: local Message-ID: References: <1000206194825.ZM12126@candle.brasslantern.com> Reply-To: mason@primenet.com.au NNTP-Posting-Host: coral.primenet.com.au X-Trace: coral.primenet.com.au 949880307 6577 203.43.15.2 (6 Feb 2000 23:38:27 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: 6 Feb 2000 23:38:27 GMT User-Agent: slrn/0.9.6.2 (NetBSD) Bart Schaefer 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 : Work URL: http://www.primenet.com.au/ Rxvt Stuff : Ego URL : http://pobox.com/~gcw/ Zsh Stuff : Phone : (Australia) 0413 431 874