diff --git a/info.rkt b/info.rkt index b7de44d..f0bc7fd 100644 --- a/info.rkt +++ b/info.rkt @@ -3,7 +3,7 @@ (define collection "typed-compose") (define deps '("typed-racket-lib" "base")) -(define scribblings '(("manual.scrbl" ()))) +(define scribblings '(("typed-compose.scrbl" ()))) (define build-deps '("typed-racket-doc" "racket-doc" "rackunit-typed" diff --git a/manual.scrbl b/typed-compose.scrbl similarity index 100% rename from manual.scrbl rename to typed-compose.scrbl