racket/pkgs/racket-doc/help/info.rkt
Matthew Flatt 6369e56709 add support for tethering to a config or addon dir
Add a hook to `raco setup` to make copies of installed executables,
where the copies start with the configuration or addon directory
of creation time, instead of the default installation or user-specific
path.

Although the same effect can be achived by setting environment
variables such as PLTADDONDIR, tethered executables can be easier
to work with and compose better with other programs.

See also #1206 for some discussion, although this change does
not exactly address the original idea there.
2016-04-15 06:42:15 -06:00

11 lines
261 B
Racket

#lang info
(define install-collection "installer.rkt")
(define raco-commands '(("docs" help/help "search and view documentation" 110)))
(define scribblings '(("help.scrbl")))
(define copy-man-pages '("plt-help.1"))
(define test-responsibles '((all robby)))