about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-05 09:34:58 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-05 09:58:20 +0530
commitd136c6dc1ef46900488df20bb842909b73479f74 (patch)
tree18831e5fdd27447cdcc61590d185602252ba92f5 /ChangeLog
parentab07cea8bb9c912e42653338e8ebf4d3b1c72bdc (diff)
downloadglibc-d136c6dc1ef46900488df20bb842909b73479f74.tar.gz
glibc-d136c6dc1ef46900488df20bb842909b73479f74.tar.xz
glibc-d136c6dc1ef46900488df20bb842909b73479f74.zip
BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.x
I have skipped regenerating the INSTALL file because we want to
continue using the 4.x generator for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b5be238f7..e590d1b607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	[BZ #15941]
+	* Makefile (INSTALL): Add install-plain.texi as the primary
+	dependency.
+	* manual/install-plain.texi: New file.
+	* manual/install.texi: Include node directive only for
+	non-plaintext output.
+
 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* stdlib/longlong.h: Update from GCC.