summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-03-10 20:35:32 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-03-10 20:35:32 +0000
commitc6e42d3e6bf3f67fa78844470d7a7a17af088c7a (patch)
tree73b34f83fba5d9cfaaab20fa04f2356447084952
parent90246c32eaf76698be42bd431f5101f75163e157 (diff)
downloadclasspath-c6e42d3e6bf3f67fa78844470d7a7a17af088c7a.tar.gz
2008-03-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
PR classpath/35422 * doc/api/Makefile.am: Include external/jsr166.
-rw-r--r--ChangeLog17
-rw-r--r--doc/api/Makefile.am2
2 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fec36940..2f5ab134f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ PR classpath/35422
+ * doc/api/Makefile.am: Include external/jsr166.
+
2008-03-10 Jim Meyering <meyering@redhat.com>
Don't leak upon failed realloc.
@@ -6,15 +11,15 @@
2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- * doc/cp-hacking.texinfo: Fix some typos.
- * doc/cp-tools.texinfo: Likewise.
- * doc/cp-vmintegration.texinfo: Likewise.
+ * doc/cp-hacking.texinfo: Fix some typos.
+ * doc/cp-tools.texinfo: Likewise.
+ * doc/cp-vmintegration.texinfo: Likewise.
2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- * doc/cp-hacking.texinfo: Fix spacing after periods.
- * doc/cp-tools.texinfo: Likewise.
- * doc/cp-vmintegration.texinfo: Likewise.
+ * doc/cp-hacking.texinfo: Fix spacing after periods.
+ * doc/cp-tools.texinfo: Likewise.
+ * doc/cp-vmintegration.texinfo: Likewise.
2008-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index b63b31f34..76b35c5f8 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -2,7 +2,7 @@ if CREATE_API_DOCS
noinst_DATA = html
endif
-sourcepath = $(top_builddir):$(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax
+sourcepath = $(top_builddir):$(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:$(top_srcdir)/external/jsr166
classpathbox = "<span class='logo'><a href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a> ($(VERSION))"