racket/collects/sgl/info.rkt
2010-04-27 16:50:15 -06:00

10 lines
344 B
Racket

#lang setup/infotab
(define pre-install-collection "makefile.rkt")
(define virtual-sources '("gl-info.rkt"))
(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))))