about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-10 13:46:42 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-10 13:46:42 +0000
commitfaf96f977fc54e88666db71108df8d793fedb8e1 (patch)
treefa9e12ecf8a8452f80a35f0053b5a8707a1299e9 /Doc
parent0eea8216b16b2bfa28e1fb4ec05c3af6b003962d (diff)
downloadzsh-faf96f977fc54e88666db71108df8d793fedb8e1.tar.gz
zsh-faf96f977fc54e88666db71108df8d793fedb8e1.tar.xz
zsh-faf96f977fc54e88666db71108df8d793fedb8e1.zip
zsh-workers/9655
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 957c73bd0..56afddca6 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -82,7 +82,7 @@ everything: all zsh.dvi zsh_us.ps zsh_a4.ps zsh_toc.html
 zsh.dvi: $(sdir)/zsh.texi
 	$(TEXI2DVI) $(sdir)/zsh.texi
 
-zsh.texi $(sdir)/zsh.texi:
+$(sdir)/zsh.texi:
 	case $@ in \
 	  */*) target=$@ ;; \
 	  *) target=$(sdir)/$@ ;; \