scribble-enhanced/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt
Matthew Flatt 1775ef6a14 copy responsible info to "info.rkt" files
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
2014-01-01 07:27:15 -07:00

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