racket/new-racket-web/web/stubs/all.rkt
2014-03-01 19:55:52 -07: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")