move purpose statements to the info files

This commit is contained in:
Jon Rafkind 2010-08-23 15:13:00 -06:00
parent 4bca9842f5
commit 65c245cdc7
6 changed files with 5 additions and 3 deletions

View File

@ -1 +0,0 @@
This collect contains the implementation of scribble.

View File

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

View File

@ -1 +0,0 @@
This collect contains documentation for most of the core system (guide, reference, htdp langs, etc).

View File

@ -1,3 +1,4 @@
#lang setup/infotab #lang setup/infotab
(define name "Documentation Sources") (define name "Documentation Sources")
(define purpose "This collect contains documentation for most of the core system (guide, reference, htdp langs, etc).")

View File

@ -1 +0,0 @@
This collect contains auxiliary scribble libraries, they have their own documentation linked from the top level.

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