From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2857 invoked by alias); 17 Mar 2008 11:00:32 -0000 Received: (qmail 2836 invoked by uid 22791); 17 Mar 2008 11:00:26 -0000 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_56,J_CHICKENPOX_74 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Mar 2008 10:59:49 +0000 Received: from wildebeest.demon.nl ([83.160.170.119] helo=[127.0.0.1]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JbD45-000789-EQ; Mon, 17 Mar 2008 11:59:43 +0100 Subject: Re: Fixed javadoc generation and created html manpages From: Mark Wielaard To: frysk@sourceware.org Cc: Andrew Cagney In-Reply-To: <1205424214.26429.10.camel@dijkstra.wildebeest.org> References: <1205424214.26429.10.camel@dijkstra.wildebeest.org> Content-Type: text/plain Date: Mon, 17 Mar 2008 11:00:00 -0000 Message-Id: <1205751221.7607.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -3.9 (---) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00153.txt.bz2 Hi Andrew, On Thu, 2008-03-13 at 17:03 +0100, Mark Wielaard wrote: > This patch fixes the generation of javadoc by using the javadoc that > comes with icedtea/openjdk. It misses some of the nice features of > gjdoc, but it looks like it will at least be included in most distros in > the near future. > > It also adds generation of html versions of the manpages so we have a > list of those on the site: http://sourceware.org/frysk/manpages/ > I made a reference to them from the documentation page. > > The files in htdocs get updated automagically whenever you do a git > push, for reuploading the javadoc and manpages dirs you need rsync > access to sourceware. I can setup an autobuilder/pusher for this if > nobody else has already. > > Andrew, I assume you have one since the javadoc directory is currently > owned by you, but not group frysk, so I wasn't able to update those yet. > Could you chown -R g+w and chgrp -R frysk them, or start your own > builder and do a make javadoc upload-javadoc? I saw you fixed the permission problems and improved the output a bit with: commit 963501ea208d03400e55c48ff8e28053f6b8e5b7 Author: Andrew Cagney Date: Fri Mar 14 16:07:14 2008 -0400 Separate out/fix DEFAULT test. frysk-sys/frysk/rsl/ChangeLog 2008-03-14 Andrew Cagney * TestLog.java (testDefault()): New. commit bd3b09d90dfd03c064314fb8a86e9a64a77ce0eb Author: Andrew Cagney Date: Fri Mar 14 15:49:54 2008 -0400 Fix html man-page nits. frysk-common/ChangeLog 2008-03-14 Andrew Cagney * manpages.sh: New. * frysk.xml: New. frysk-core/frysk/bindir/ChangeLog 2008-03-14 Andrew Cagney * frysk.xml: New. * fparser.xml, fparser.java: Move to frysk.pkglibdir. * fauxv.xml: Cite frysk(7), simplify url. * fcatch.xml: Ditto. * fcore.xml: Ditto. * fdebuginfo.xml: Ditto. * fdebugrpm.xml: Ditto. * ferror.xml: Ditto. * fexe.xml: Ditto. * fhpd.xml: Ditto. * fmaps.xml: Ditto. * fparser.xml: Ditto. * fstack.xml: Ditto. * fstep.xml: Ditto. * ftrace.xml: Ditto. frysk-core/frysk/pkglibdir/ChangeLog 2008-03-14 Andrew Cagney * fparser.xml, fparser.java: Move to here from frysk.bindir. * funit-threads.xml: Cite frysk(7); update url. * funit-slave.xml: Ditto. * funit-exit.xml: Ditto. * funit-exec.xml: Ditto. frysk-gui/frysk/bindir/ChangeLog 2008-03-14 Andrew Cagney * frysk.xml: Cite frysk(7). frysk-sys/frysk/pkglibdir/ChangeLog 2008-03-14 Andrew Cagney * fsystest.xml: Cite frysk(7), update url. * funit-procmask.xml: Ditto. frysk-top/ChangeLog 2008-03-14 Andrew Cagney * Makefile.am (frysk-common/frysk.7): New target. (manpages): Move code to frysk-common/manpages.sh. Very nice cleanup. Do we have something that auto-generates and pushes changes to javadoc and manpages onto sourceware or should I set up something for that? Thanks, Mark