racket/collects/sgl/info.ss
2008-04-23 00:20:25 +00:00

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))))