10 lines
192 B
Scheme
10 lines
192 B
Scheme
#lang setup/infotab
|
|
|
|
(define name "htdch")
|
|
(define compile-subcollections
|
|
'(("htdch" "draw")
|
|
("htdch" "geometry")
|
|
("htdch" "colors")
|
|
("htdch" "graphics")
|
|
("htdch" "idraw")))
|