racket/pkgs/racket-doc/scribblings/raco/common.rkt
Matthew Flatt 29784bda8e add cross-system-type and cross-system-library-subpath
Adjust installation tools to support cross-installation (i.e.,
installation for a platform other than the current one) as triggered
by "system.rktd" in "lib" having different information than the
running Racket executable.
2015-08-27 12:01:31 -06:00

15 lines
287 B
Racket

#lang scheme/base
(require scribble/manual)
(provide inside-doc
reference-doc)
(define inside-doc
'(lib "scribblings/inside/inside.scrbl"))
(define guide-doc
'(lib "scribblings/guide/guide.scrbl"))
(define reference-doc
'(lib "scribblings/reference/reference.scrbl"))