Re: Stats on developer.gnome.org/projects/gtp/status/status.shtml??




Kenneth
From kenneth@gnu.org Wed Nov 22 19:31:35 2000
Newsgroups: 
Date: Wed, 22 Nov 2000 19:31:35 +0100 (CET)
From: Kenneth Christiansen <kenneth@gnu.org>
X-Sender: kanikus@llephaane.bergsoe.dtu.dk
To: Robert Brady <robert@suse.co.uk>
cc: Kenneth Christiansen <kenneth@gnu.org>, gnome-i18n@gnome.org
Subject: Re: Stats on developer.gnome.org/projects/gtp/status/status.shtml
 ??
Fcc: sent-mail
In-Reply-To: <Pine.LNX.4.21.0011221726540.1762-100000@janus.arrow>
Message-ID: <Pine.LNX.4.21.0011221927560.1051@llephaane.bergsoe.dtu.dk>
X-Reply-UID: (2 > )(1 974740210 41329)/var/spool/mail/kanikus
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Well it does...atleast if you use my new status-kenneth.pl ;) but then you
need to add all packages to STATUSFILES.in (it should also do in the 
normally version'

this is from status.pl:

      if (-x "$cvsroot/$mod/update.pl") {
        system ("cd $cvsroot/$mod && ./update.pl -P $file" );
        return;
      } else {
        open (POTOUT,  "xgettext --default-domain=$file
--directory=$cvsroot/$domain \ " .
              "--add-comments --keyword=_ --keyword=N_
--files-from=$cvsroot/$mod/POTFILES.in \ " .


Kenneth

On Wed, 22 Nov 2000, Robert Brady wrote:

> On Wed, 22 Nov 2000, Kenneth Christiansen wrote:
> 
> > It already took stats from that, by using update.pl
> 
> Unless I am very much mistaken, status.pl has never used update.pl
> 
> It has - 
> 
>   (mangled due to line lenghts)
> 
> 	open (POTOUT,  "xgettext --default-domain=$file
> --directory=$cvsroot/$domain \ " . 
> 	      "--add-comments --keyword=_ --keyword=N_
> --files-from=$cvsroot/$mod/POTFILES.in \ " . 
> 	      " && test ! -f $file.po || ( rm -f $cvsroot/$mod/$file.pot \
> " . 
> 	      " && cp $file.po $cvsroot/$mod/$file.pot ) 2>&1 |") || die
> ("could not xgettext");
>       }
> 
> 
> 





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