about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-08-25 23:47:27 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-03 13:38:26 +0000
commit5f0cda32b52d1a756dd29621dc70d32f4620fed4 (patch)
tree8f5787d6a3ea946fa1d9bd2e7604881336c49aa6 /ChangeLog
parent3ad2ca330538d38f36e9a3000190517b3f4bfa1b (diff)
downloadzsh-5f0cda32b52d1a756dd29621dc70d32f4620fed4.tar.gz
zsh-5f0cda32b52d1a756dd29621dc70d32f4620fed4.tar.xz
zsh-5f0cda32b52d1a756dd29621dc70d32f4620fed4.zip
43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add it to the default target of the Etc/ subdirectory.
This fixes `make targz-doc` in out-of-tree builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0acf22565..f6e00c6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-09-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 43333: Etc/Makefile.in: Generate FAQ.html in the builddir,
+	rather than in the srcdir, and add it to the default target of
+	the Etc/ subdirectory.
+
 2018-09-03  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 43365: Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,