about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-28 02:32:29 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-28 02:32:29 +0000
commit62f2993a8e9eeef1d73dc4ab64b1bb3c2ed2a5a1 (patch)
tree87a82e4490399007e8749ed8a8890e013549a579
parent6dd54b37656437e26012e966a2f7e8af4c67f9b8 (diff)
downloadzsh-62f2993a8e9eeef1d73dc4ab64b1bb3c2ed2a5a1.tar.gz
zsh-62f2993a8e9eeef1d73dc4ab64b1bb3c2ed2a5a1.tar.xz
zsh-62f2993a8e9eeef1d73dc4ab64b1bb3c2ed2a5a1.zip
Merge of 24103: fix zsh.texi dependency on version.
-rw-r--r--Doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index f1ba3666a..979bb8057 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -104,7 +104,7 @@ zsh.pdf: $(sdir)/zsh.texi
 texi: $(sdir)/zsh.texi
 .PHONY: texi
 
-$(sdir)/zsh.texi:
+$(sdir)/zsh.texi: version.yo
 	$(YODL) -o $@ -I$(sdir) -w ztexi.yo version.yo zsh.yo; \
 	test -f $@