racket/collects/setup/info.rkt
Matthew Flatt 3e1ecc41b4 demote some `raco' commands
The commands `link', `pack', and `unpack' are now
discouraged in favor of `pkg'.
2013-04-17 12:28:50 -06:00

10 lines
358 B
Racket

#lang setup/infotab
(define compile-omit-paths '("main.rkt"))
(define mzscheme-launcher-libraries '("main.rkt"))
(define mzscheme-launcher-names '("Setup PLT"))
(define raco-commands '(("setup" setup/main "install and build libraries and documentation" 90)
("link" setup/commands/link "manage library-collection directories" #f)))