summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-05 19:11:55 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-06 13:58:05 +0000
commit85ae84e89583dfff54905c4632b03bcdc0aa1a79 (patch)
tree0fb647861630cd62e0000f2ad2f4a8cc6a0f53c2 /ChangeLog
parentb39a102262ff4810a75bf6b7595ee5195d13939e (diff)
downloadzsh-85ae84e89583dfff54905c4632b03bcdc0aa1a79.tar.gz
zsh-85ae84e89583dfff54905c4632b03bcdc0aa1a79.tar.xz
zsh-85ae84e89583dfff54905c4632b03bcdc0aa1a79.zip
43392: dist: Generate doc/help/* and doc/help.txt in builddir rather than srcdir.
Fixes creating tarballs in out-of-tree builds.

While here, remove the instruction to build zsh before building
a tarball, since that's unneeded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 262a36a63..053eb0013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-09-06  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 43392: Doc/Makefile.in, Etc/creating-a-release.txt: dist:
+	Generate doc/help/* and doc/help.txt in builddir rather than
+	srcdir.
+
 	* 43366: Completion/Zsh/Command/_compdef: Change and add sources
 	for completed completion function names.