about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-04-15 17:13:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-04-15 17:13:17 +0000
commit2617351d943352ab94da1a2edd1229387d1f94fb (patch)
tree5f7f7575fa56c4f72751fac9410e524dd8f793d7 /Doc/Makefile.in
parentdd9929a30e1851cd7cc31f19a640bf93bd36db91 (diff)
downloadzsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.gz
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.xz
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.zip
see 19778 etc.: remove Doc change from 19735
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 c817474ba..1fb2386ff 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -303,7 +303,7 @@ uninstall.info:
 # install HTML manual
 install.html: html
 	${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir)
-	for file in ${sdir}/zsh*.html; do \
+	for file in zsh*.html; do \
 	    $(INSTALL_DATA) $$file $(DESTDIR)$(htmldir) || exit 1; \
 	done
 .PHONY: install.html