From cdd98ee5f61864c5302b8cbc90ee4bfa22496b14 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 9 Jul 2025 18:13:15 +0200 Subject: [PATCH] . --- info.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 5ff62dc..912b0e8 100644 --- a/info.rkt +++ b/info.rkt @@ -8,8 +8,8 @@ (define scribblings '( - ("scribblings/roos.scrbl" (one-page) (library) "roos") - ("scribblings/class.scrbl" (one-page) (library) "roos-class") + ("scribblings/roos.scrbl" () (library) "roos") + ("scribblings/class.scrbl" () (library interop) "roos-class") ) )