Fix the dependencies.

This commit is contained in:
Sergiu Ivanov 2020-12-29 22:55:04 +01:00
parent e13042e802
commit 40c0dcf617
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"typed-racket-lib"
))
(define scribblings '(("manual.scrbl" ())))
(define build-deps '("racket-doc"
(define build-deps '("typed-racket-doc"
"racket-doc"
"scribble-lib"
))