public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Andrew John Hughes" <gnu_andrew@member.fsf.org>
To: mauve-patches@sources.redhat.com
Subject: [builder] FYI: Enable doc generation
Date: Mon, 17 Mar 2008 03:16:00 -0000	[thread overview]
Message-ID: <20080317031605.GA32752@localhost.localdomain> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 511 bytes --]

This enables the use of GJDoc to generate Classpath API documentation.

ChangeLog:

2008-03-17 Andrew John Hughes <gnu_andrew@member.fsf.org>

	* Classpath: Turn on building with GJDoc.
	* Settings: Add function for adding GJDoc to
	the path.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

[-- Attachment #1.2: gjdoc-02.diff --]
[-- Type: text/x-diff, Size: 1348 bytes --]

Index: Classpath
===================================================================
RCS file: /cvs/mauve/builder/scripts/Classpath,v
retrieving revision 1.7
diff -u -3 -p -u -r1.7 Classpath
--- Classpath	16 Feb 2008 11:30:47 -0000	1.7
+++ Classpath	17 Mar 2008 03:14:15 -0000
@@ -4,6 +4,8 @@
 
 . $(dirname "$0")/Settings
 
+add_gjdoc_path
+
 cd $TOP/classpath
 
 (cd classpath; cvs update; ./autogen.sh)
@@ -16,7 +18,7 @@ mkdir build install
 cd build
 set -e
 exec > Log 2>&1
-../classpath/configure --enable-Werror --prefix=$(cd ../install && pwd) &&
+../classpath/configure --enable-Werror --prefix=$(cd ../install && pwd) --with-gjdoc &&
 make all install distcheck
 )
 Report "classpath build with ecj" $? build/Log
Index: Settings
===================================================================
RCS file: /cvs/mauve/builder/scripts/Settings,v
retrieving revision 1.5
diff -u -3 -p -u -r1.5 Settings
--- Settings	16 Feb 2008 12:55:20 -0000	1.5
+++ Settings	17 Mar 2008 03:14:15 -0000
@@ -47,6 +47,12 @@ add_kaffe_path()
    PATH=$TOP/kaffe/install/bin:$PATH
 }
 
+# Add gjdoc to path.
+add_gjdoc_path()
+{
+   PATH=$TOP/gjdoc/install/bin:$PATH
+}
+
 # Where messages are sent from (can be a fake address).
 REPORTFROM=cpdev@builder.classpath.org
 # Where messages are sent (comma separated).

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

                 reply	other threads:[~2008-03-17  3:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080317031605.GA32752@localhost.localdomain \
    --to=gnu_andrew@member.fsf.org \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).