commit 1775ef6a14ad11ad42c0d165e93f044811c86416 parent f0fd7106e3a392b9e7ec0c9becf4f35b791ed55f Author: Matthew Flatt <mflatt@racket-lang.org> Date: Tue, 31 Dec 2013 17:05:39 -0700 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 Diffstat:
4 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt b/pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all eli))) diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt b/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt @@ -13,3 +13,5 @@ (define release-note-files '(("Scribble" "HISTORY.txt"))) (define version "1.1") + +(define test-responsibles '(("html.rkt" eli))) diff --git a/pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt b/pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt b/pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("text.rkt" eli)))