summaryrefslogtreecommitdiffstats
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
parent * 19606: Completion/Unix/Command/_tla: switch tla completion to (diff)
downloadzsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.gz
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.bz2
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.lz
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.xz
zsh-2617351d943352ab94da1a2edd1229387d1f94fb.tar.zst
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