racket/collects/plot/info.rkt
Matthew Flatt 514706446e overhaul plot organization
by moving needed C source to src/plot and building during `make',
 but stripping out the copies of gd, png, and zlib; instead, hook
 a dc<%>-based back end into plot
2010-11-06 16:54:29 -06:00

6 lines
130 B
Racket

#lang setup/infotab
(define scribblings '(("plot.scrbl" (multi-page) (gui-library 50))))
(define compile-omit-paths '("demos"))