diff --git a/info.rkt b/info.rkt index 25f395a..12cf667 100644 --- a/info.rkt +++ b/info.rkt @@ -1,8 +1,8 @@ #lang info (define collection "pollen-tfl") (define scribblings '(("scribblings/pollen-tfl.scrbl"))) -(define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar")) -(define build-deps '("txexpr" "sugar" "rackunit-lib")) +(define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar" "scribble-lib")) +(define build-deps '("rackunit-lib" "racket-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