move purpose statements to the info files
original commit: 65c245cdc79e8f515c55c261dacb663fbf022acf
This commit is contained in:
parent
6e73866b6f
commit
7857dca458
|
@ -7,3 +7,4 @@
|
|||
(define raco-commands
|
||||
'(("scribble" scribble/run "render a Scribble document" #f)))
|
||||
|
||||
(define purpose "This collect contains the implementation of scribble.")
|
||||
|
|
3
collects/scriblib/info.rkt
Normal file
3
collects/scriblib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define purpose "This collect contains auxiliary scribble libraries, they have their own documentation linked from the top level.")
|
Loading…
Reference in New Issue
Block a user