mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +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
|
@ -37,6 +37,8 @@
|
|||
#:use-module (ice-9 format)
|
||||
#:export (compile))
|
||||
|
||||
(define %summary "Compile a file.")
|
||||
|
||||
|
||||
(define (fail . messages)
|
||||
(format (current-error-port) "error: ~{~a~}~%" messages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue