
For now, "METADATA.rktd" is still recognized as a fallback. Also, rewrite package source type and name inference, make ".zip" the default format for `raco pkg create', and many doc edits.
7 lines
172 B
Racket
7 lines
172 B
Racket
#lang setup/infotab
|
|
|
|
(define scribblings
|
|
'(("scribblings/planet2.scrbl" (multi-page) (tool 100))))
|
|
(define raco-commands
|
|
'(("pkg" planet2/raco "manage packages" 81)))
|