classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: boot library path update for VM integration guide


From: Mark Wielaard
Subject: Re: [cp-patches] FYI: boot library path update for VM integration guide
Date: Wed, 16 Mar 2005 13:34:51 +0100

Hi,

On Wed, 2005-03-16 at 01:54 +0100, Robert Schuster wrote:
> I have applied the attached patch to our VM integration guide.
> >
> > 2005-03-16  Robert Schuster <address@hidden>
> >
> >     * doc/vmintegration.texinfo: Added explanation
> >     of gnu.classpath.boot.library.path property.

Thanks for keeping the documentation up to date.
We are historically not that good at that.

(BTW please keep fields [date  fule-name  email-address] separated by
 two spaces in the ChangeLog entry. See also:
 http://www.gnu.org/software/classpath/docs/hacking.html#SEC9)

> --- doc/vmintegration.texinfo   25 Nov 2004 16:15:50 -0000      1.13
> +++ doc/vmintegration.texinfo   16 Mar 2005 00:52:27 -0000
> @@ -1,4 +1,4 @@
> -\input texinfo @c -*-texinfo-*-
> +input texinfo @c -*-texinfo-*-

As the autobuilder pointed out this hunk broke make distcheck.
I assume it was a typo. Fixed as follows:

2005-03-16  Mark Wielaard  <address@hidden>

     * doc/vmintegration.texinfo: Change input start to \input.

Committed,

Mark

diff -u -r1.14 vmintegration.texinfo
--- doc/vmintegration.texinfo   16 Mar 2005 00:52:57 -0000      1.14
+++ doc/vmintegration.texinfo   16 Mar 2005 12:29:49 -0000
@@ -1,4 +1,4 @@
-input texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*-

 @c %**start of header
 @setfilename vmintegration.info
@@ -12,7 +12,7 @@
 are going to write an interface between GNU Classpath and a Virtual
 Machine.

-Copyright (C) 1998-2002, 2004 Free Software Foundation, Inc.
+Copyright (C) 1998-2002, 2004, 2005 Free Software Foundation, Inc.

 @ifnotplaintext
 @dircategory GNU Libraries

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]