zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Previous zsh.yo.in patch wasn't good enough
@ 1999-12-02 18:26 Bart Schaefer
  1999-12-03  9:10 ` Zefram
  0 siblings, 1 reply; 15+ messages in thread
From: Bart Schaefer @ 1999-12-02 18:26 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~1999-12-06 10:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-02 18:26 PATCH: Previous zsh.yo.in patch wasn't good enough Bart Schaefer
1999-12-03  9:10 ` Zefram
1999-12-03 15:16   ` Bart Schaefer
1999-12-03 15:36     ` Clint Adams
1999-12-03 15:39     ` Zefram
1999-12-03 15:48       ` Zefram
1999-12-03 17:09         ` Bart Schaefer
1999-12-05 12:34           ` Zefram
1999-12-05 16:56             ` Bart Schaefer
1999-12-05 17:05               ` Bart Schaefer
1999-12-06 10:04                 ` Zefram
1999-12-06 10:22               ` Zefram
1999-12-03 15:55       ` Clint Adams
1999-12-03 16:43         ` Bart Schaefer
1999-12-03 16:54           ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).