about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-20 14:19:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-20 14:19:59 +0000
commitc41324baa0a705a55e55a824b9e3bb9eda947e54 (patch)
tree857f67515b946d95317c1656ebe9b4d96cf94ff7 /Doc/Makefile.in
parenta47971f5b7d4a21d71adcefaa0c0426f6bde8011 (diff)
downloadzsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.tar.gz
zsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.tar.xz
zsh-c41324baa0a705a55e55a824b9e3bb9eda947e54.zip
????? & 24104: attempt to fix error message on Tru64 Unix
24103: fix zsh.texi dependency on version
24104: dont search for ncurses library if no ncurses.h
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index e1c9446d7..7bd7986f6 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -106,7 +106,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 $@