summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8294be716..6a8dba538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-15 Peter Stephenson <pws@csr.com>
+
+ * see 19778 etc.: Doc/Makefile.in: remove change from 19735.
+
2004-04-15 Clint Adams <clint@zsh.org>
* 19606: Completion/Unix/Command/_tla: switch tla completion to
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