aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-11-23 14:37:26 +0000
committerTom Tromey <tromey@redhat.com>2010-11-23 14:37:26 +0000
commit5ae98d2512a3d327aed9e66fc065e010e38379f9 (patch)
tree1050c5130a911e7a1c2f4efc782a3b133ff32df3 /gdb/ChangeLog
parentc77912127fd71c822df5b03a3190cddd19b1dd4f (diff)
downloadgdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.zip
gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.gz
gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.bz2
gdb
* Makefile.in (SUBDIRS): Add doc. * configure: Rebuild. * configure.ac: Don't configure in doc. Create doc/Makefile. gdb/doc * Makefile.in (Makefile): Run ../config.status. (distclean): Update. * configure: Remove. * configure.ac: Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2593e0a..9dd165b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-23 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in (SUBDIRS): Add doc.
+ * configure: Rebuild.
+ * configure.ac: Don't configure in doc. Create doc/Makefile.
+
2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
PR python/12212