move purpose statements to the info files

original commit: 65c245cdc79e8f515c55c261dacb663fbf022acf
This commit is contained in:
Jon Rafkind 2010-08-23 15:13:00 -06:00
parent 6e73866b6f
commit 7857dca458
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,4 @@
(define raco-commands
'(("scribble" scribble/run "render a Scribble document" #f)))
(define purpose "This collect contains the implementation of scribble.")

View 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.")