From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: scan-api now in guile-core/scripts Date: Wed, 08 May 2002 06:33:37 -0700 Sender: guile-devel-admin@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020865162 12898 127.0.0.1 (8 May 2002 13:39:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 May 2002 13:39:22 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 175Rf8-0003Lv-00 for ; Wed, 08 May 2002 15:39:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175Rev-0007ZB-00; Wed, 08 May 2002 09:39:09 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 175RdR-0007Pa-00 for ; Wed, 08 May 2002 09:37:37 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 175RZZ-0002yA-00 for ; Wed, 08 May 2002 06:33:37 -0700 Original-To: guile-devel@gnu.org Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:591 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:591 and hack/scripts/scan-api is now gone. here are commands to make the transition (new scan-api has same interface as old). cd hack ( cd core/scripts ; cvs update ) ( cd scripts ; cvs update ; make gscripts-symlinks ) also, annotate-api-groupings is now folded into scan-api, and so the standalone script has been removed. in the end, the flow is basically: [build] [edit $top_srcdir/doc/groupings.alist] cd $top_builddir $mscripts/update-guile-api.alist this runs scan-api, and processes the groupings, the end result being new doc/guile-api.alist checked in w/ "((meta ...) (interface ...))". there is a provisional groupings.alist for HEAD at this time. thi _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel