mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
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.
This commit is contained in:
parent
d322dc92ec
commit
a1a2ed5342
19 changed files with 83 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; snarf-check-and-output-texi --- called by the doc snarfer.
|
||||
|
||||
;; Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 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
|
||||
|
@ -26,6 +26,9 @@
|
|||
:use-module (ice-9 match)
|
||||
:export (snarf-check-and-output-texi))
|
||||
|
||||
(define %include-in-guild-list #f)
|
||||
(define %summary "Transform snarfed .doc files into texinfo documentation.")
|
||||
|
||||
;;; why aren't these in some module?
|
||||
|
||||
(define-macro (when cond . body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue