racket/collects/meta/web/stubs/all.rkt
2013-02-26 09:43:54 -05:00

10 lines
341 B
Racket

#lang racket/base
(provide documentation planet)
(require "docs.rkt" ; for the doc tweaking script
"planet.rkt" "blog.rkt" ; these need to be copied to the service
"pre.rkt" "git.rkt" ; / these are used on the
"mailman.rkt" "dirlist.rkt" ; \ server directly
"wiki.rkt")