
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.
11 lines
261 B
Racket
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)))
|