Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Previous zsh.yo.in patch wasn't good enough



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