diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-05 09:34:58 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-05 09:58:20 +0530 |
commit | d136c6dc1ef46900488df20bb842909b73479f74 (patch) | |
tree | 18831e5fdd27447cdcc61590d185602252ba92f5 /ChangeLog | |
parent | ab07cea8bb9c912e42653338e8ebf4d3b1c72bdc (diff) | |
download | glibc-d136c6dc1ef46900488df20bb842909b73479f74.tar glibc-d136c6dc1ef46900488df20bb842909b73479f74.tar.gz glibc-d136c6dc1ef46900488df20bb842909b73479f74.tar.bz2 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |