
It seems more ideal that `pkg-authors` would be specific enough responsibility, but our existing allocations of responsibility are more fine-grained, and we keep them for now. original commit: 19f8f30f63ece380105f69796c046c7a00aa4f97
18 lines
438 B
Racket
18 lines
438 B
Racket
#lang info
|
|
|
|
(define source-keep-files '("doc"))
|
|
|
|
(define mzscheme-launcher-names '("scribble"))
|
|
(define mzscheme-launcher-libraries '("run.rkt"))
|
|
|
|
(define raco-commands
|
|
'(("scribble" scribble/run "render a Scribble document" #f)))
|
|
|
|
(define purpose "This collect contains the implementation of scribble.")
|
|
|
|
(define release-note-files '(("Scribble" "HISTORY.txt")))
|
|
|
|
(define version "1.1")
|
|
|
|
(define test-responsibles '(("html.rkt" eli)))
|