Skip to content

Commit 5b2509e

Browse files
committed
Depend on new "scheme-doc" package.
1 parent 37f1113 commit 5b2509e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

compatibility-doc/info.rkt

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
(define pkg-authors '(eli mflatt robby samth))
1515
(define build-deps '("data-doc"
1616
"mzscheme-doc"
17-
"scheme-lib"))
17+
"scheme-lib"
18+
"scheme-doc"))
1819
(define update-implies '("compatibility-lib"))
1920

2021
(define license

compatibility-doc/mzlib/scribblings/mzlib.scrbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The @filepath{mzlib} collection contains wrappers and libraries for
77
compatibility with older versions of Racket. In many ways, the
88
libraries of the @filepath{mzlib} collection go with the
99
@racketmodname[mzscheme] legacy language. Newer variants of many
10-
libraries reside in the @filepath{scheme} collection.
10+
libraries reside in the @filepath{racket} collection.
1111

1212
@table-of-contents[]
1313

0 commit comments

Comments
 (0)