From a1a2ed534278b968767727485f84e5957c039c23 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 23 Jul 2011 17:50:37 +0200 Subject: more work on "guild list" * module/scripts/: Add %summary entries, and in many cases, %include-in-guild-list entries to inhibit a script from appearing in "guild list". Update list.scm to respect this new variable. --- module/scripts/api-diff.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/scripts/api-diff.scm') diff --git a/module/scripts/api-diff.scm b/module/scripts/api-diff.scm index b842b03ff..b2527b9e9 100644 --- a/module/scripts/api-diff.scm +++ b/module/scripts/api-diff.scm @@ -1,6 +1,6 @@ ;;; api-diff --- diff guile-api.alist files -;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -46,6 +46,9 @@ :autoload (srfi srfi-13) (string-tokenize) :export (api-diff)) +(define %include-in-guild-list #f) +(define %summary "Show differences between two scan-api files.") + (define (read-alist-file file) (with-input-from-file file (lambda () (read)))) -- cgit v1.2.3