diff --git a/hyphenate/info.rkt b/hyphenate/info.rkt index 329e1fdc..5260bd76 100644 --- a/hyphenate/info.rkt +++ b/hyphenate/info.rkt @@ -1,4 +1,6 @@ #lang info (define collection "hyphenate") (define scribblings '(("scribblings/hyphenate.scrbl" ()))) -(define deps '("txexpr")) \ No newline at end of file +(define deps '("txexpr")) +(define build-deps '("scribble-lib")) +(define compile-omit-paths '("tests.rkt"))