From 2eab591c0fb1306286478a856b4995cfe5c6e3b4 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 18 Feb 2010 02:02:35 +0000 Subject: [PATCH] added schemeunit to the distribution svn: r18142 --- collects/meta/dist-specs.ss | 2 ++ collects/schemeunit/info.ss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/meta/dist-specs.ss b/collects/meta/dist-specs.ss index 0d7d8edf23..21348dc47e 100644 --- a/collects/meta/dist-specs.ss +++ b/collects/meta/dist-specs.ss @@ -658,4 +658,6 @@ mz-extras :+= (- (package: "unstable") ;; -------------------- plai plt-extras :+= (package: "plai/") +plt-extras :+= (package: "schemeunit/") + ;; ============================================================================ diff --git a/collects/schemeunit/info.ss b/collects/schemeunit/info.ss index ff9f0989b4..6daf17b020 100644 --- a/collects/schemeunit/info.ss +++ b/collects/schemeunit/info.ss @@ -14,7 +14,7 @@ (define url "http://schematics.sourceforge.net/") (define primary-file "main.ss") -(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page user-doc) (tool)))) +(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page) (tool)))) (define release-notes '((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors.")))