diff --git a/collects/schemeunit/info.ss b/collects/schemeunit/info.ss index ece4084047..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)))) +(define scribblings '(("scribblings/schemeunit.scrbl" (multi-page) (tool)))) (define release-notes '((p "Correctly handle arbitrary expressions in test suites and fix Scribble errors."))) diff --git a/collects/schemeunit/scribblings/schemeunit.scrbl b/collects/schemeunit/scribblings/schemeunit.scrbl index 2665ad8a0b..59686a131c 100644 --- a/collects/schemeunit/scribblings/schemeunit.scrbl +++ b/collects/schemeunit/scribblings/schemeunit.scrbl @@ -3,8 +3,8 @@ @title{@bold{SchemeUnit}: Unit Testing for Scheme} -by Noel Welsh (@tt{noelwelsh at GMail}) -and Ryan Culpepper (@tt{ryan_sml at yahoo dot com}) +@author[(author+email "Noel Welsh" "noelwelsh@gmail.com") + (author+email "Ryan Culpepper" "ryan_sml@yahoo.com")] SchemeUnit is a unit-testing framework for PLT Scheme. It is designed to handle the needs of all Scheme programmers,