Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Previous zsh.yo.in patch wasn't good enough
- X-seq: zsh-workers 8865
- From: Zefram <zefram@xxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: PATCH: Previous zsh.yo.in patch wasn't good enough
- Date: Fri, 3 Dec 1999 09:10:27 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <991202182654.ZM16769@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Dec 2, 1999 6:26:54 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author