racket/collects/htdch/info.ss
Matthias Felleisen c8e7482511 htdch collection reorganized, docs too
svn: r3631
2006-07-06 18:15:35 +00:00

10 lines
261 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "htdch")
(define compile-subcollections
(list
(list "htdch" "draw")
(list "htdch" "geometry")
(list "htdch" "colors")
(list "htdch" "graphics")
(list "htdch" "idraw"))))