From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19405 invoked from network); 3 Dec 1999 09:10:37 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Dec 1999 09:10:37 -0000 Received: (qmail 12684 invoked by alias); 3 Dec 1999 09:10:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8865 Received: (qmail 12677 invoked from network); 3 Dec 1999 09:10:32 -0000 Subject: Re: PATCH: Previous zsh.yo.in patch wasn't good enough In-Reply-To: <991202182654.ZM16769@candle.brasslantern.com> from Bart Schaefer at "Dec 2, 1999 6:26:54 pm" To: schaefer@candle.brasslantern.com (Bart Schaefer) Date: Fri, 3 Dec 1999 09:10:27 +0000 (GMT) Cc: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Bart Schaefer wrote: >+$(sdir)/zsh.yo: $(sdir)/zsh.yo.in >+ sed 's,@@TEXINFO@@,texinfo\($(tzsh).info\)\($(tzsh)\),' $(sdir)/zsh.yo.in > $(sdir)/zsh.yo Bad idea. The source tree mustn't be modified during building; you'll have to find some other way to do this. Isn't it possible to do that variable replacement in the .texi file, leaving the .yo files name-independent? -zefram