Hi, Matthias pointed out the the dist tar ball didn't contain the ChangeLog-2007. The autobuilder pointed out that doc/invoke.texi is used, but not included. This patch adds both:
2008-06-09 Mark Wielaard <[EMAIL PROTECTED]> * Makefile.am (EXTRA_DIST): Add ChangeLog-2007. * doc/Makefile.am (EXTRA_DIST): Add invoke.texi. It might be nicer to create the gcjdoc documentation like the rest of the documentation files under doc/ later. Cheers, Mark Index: Makefile.am =================================================================== RCS file: /cvsroot/classpath/classpath/Makefile.am,v retrieving revision 1.47 diff -u -r1.47 Makefile.am --- Makefile.am 22 Apr 2007 22:48:20 -0000 1.47 +++ Makefile.am 9 Jun 2008 20:54:25 -0000 @@ -9,7 +9,7 @@ native: lib -EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \ +EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE ChangeLog-2007 \ ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 ChangeLog-2006 \ ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \ autogen.sh Index: doc/Makefile.am =================================================================== RCS file: /cvsroot/classpath/classpath/doc/Makefile.am,v retrieving revision 1.12 diff -u -r1.12 Makefile.am --- doc/Makefile.am 27 May 2008 19:25:31 -0000 1.12 +++ doc/Makefile.am 9 Jun 2008 20:54:25 -0000 @@ -1,6 +1,6 @@ SUBDIRS = api -EXTRA_DIST = README.jaxp texi2pod.pl +EXTRA_DIST = README.jaxp texi2pod.pl invoke.texi info_TEXINFOS = cp-hacking.texinfo cp-vmintegration.texinfo cp-tools.texinfo