diff --git a/info.rkt b/info.rkt index 12cf667..193f3ce 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,6 @@ (define collection "pollen-tfl") (define scribblings '(("scribblings/pollen-tfl.scrbl"))) (define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar" "scribble-lib")) -(define build-deps '("rackunit-lib" "racket-doc")) +(define build-deps '("rackunit-lib" "racket-doc" "scribble-doc")) (define update-implies '("txexpr" "hyphenate" "sugar")) -(define compile-omit-paths 'all) (define test-omit-paths (list #rx"\\.(pm|ptree|pp)$")) \ No newline at end of file