Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Previous zsh.yo.in patch wasn't good enough
- X-seq: zsh-workers 8860
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Previous zsh.yo.in patch wasn't good enough
- Date: Thu, 2 Dec 1999 18:26:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Apparently yodl's file-inclusion gets confused if the zsh.yo file is not in
the $(sdir).
My previous patch produced a clean compile but an empty zsh.info; this goes
on top of that one.
Index: Doc/Makefile.in
===================================================================
@@ -78,12 +78,12 @@
%.info: zsh.texi
$(MAKEINFO) $(sdir)/zsh.texi || exit 0
-zsh.texi: zsh.yo
+zsh.texi: $(sdir)/zsh.yo
$(YODL) -o $(sdir)/zsh.texi -I$(sdir) -w ztexi.yo version.yo zsh.yo
test -f $(sdir)/zsh.texi
-zsh.yo: zsh.yo.in
- sed 's,@@TEXINFO@@,texinfo\($(tzsh).info\)\($(tzsh)\),' $(sdir)/zsh.yo.in >zsh.yo
+$(sdir)/zsh.yo: $(sdir)/zsh.yo.in
+ sed 's,@@TEXINFO@@,texinfo\($(tzsh).info\)\($(tzsh)\),' $(sdir)/zsh.yo.in > $(sdir)/zsh.yo
.yo.1:
@case $@ in \
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author