10 lines
261 B
Scheme
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"))))
|