aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-27 20:35:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-27 20:35:43 +0000
commitbb8b6697d419a9ed48b96470844aa0b6c84435e3 (patch)
tree1a28b46e51bf177dfd21dde045dd96c2fca13b12 /ChangeLog
parent12e5c3b9e513e61b48284603f631bb8ce3b95fc0 (diff)
downloadglibc-bb8b6697d419a9ed48b96470844aa0b6c84435e3.tar
glibc-bb8b6697d419a9ed48b96470844aa0b6c84435e3.tar.gz
glibc-bb8b6697d419a9ed48b96470844aa0b6c84435e3.tar.bz2
glibc-bb8b6697d419a9ed48b96470844aa0b6c84435e3.zip
Automatically generate version number in manual; omit edition / updated date.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5117372ad8..77e49211b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-02-27 Joseph Myers <joseph@codesourcery.com>
+
+ * manual/Makefile (libc-texi-generated): New variable. Include
+ version.texi.
+ (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
+ $(libc-texi-generated), not duplicated list of files.
+ (version.texi, stamp-version): New rules.
+ (realclean): Remove $(libc-texi-generated), not individual files
+ from that list. Do not remove dir-add.texinfo.
+ * manual/libc.texinfo: Comment out uses of edition numbers and
+ references to printed manual. Remove last-updated dates.
+ (EDITION): Comment out.
+ (ISBN): Likewise.
+ (VERSION, UPDATED): Remove.
+ (version.texi): Include.
+
2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/posix/spawni.c: Include <signal.h>.