10 lines
342 B
Scheme
10 lines
342 B
Scheme
#lang setup/infotab
|
|
|
|
(define pre-install-collection "makefile.ss")
|
|
(define virtual-sources '("gl-info.ss"))
|
|
(define clean (list (build-path "compiled" "native" (system-library-subpath))
|
|
"compiled"))
|
|
(define compile-omit-paths '("examples"))
|
|
|
|
(define scribblings '(("scribblings/sgl.scrbl" (multi-page) (gui-library 50))))
|