racket/collects/setup/option-sig.rkt
Matthew Flatt 03b35cd846 raco setup: allow foreign-lib and man-page installation
This change hopefully fills out the things that a distribution
can do and that packages should be able to extend.
2013-05-03 09:13:41 -06:00

37 lines
723 B
Racket

(module option-sig mzscheme
(require mzlib/unit)
(provide setup-option^)
(define-signature setup-option^
(setup-program-name
verbose
make-verbose
compiler-verbose
clean
compile-mode
make-only
make-zo
make-info-domain
make-foreign-libs
make-launchers
make-docs
make-user
make-planet
avoid-main-installation
make-tidy
make-doc-index
call-install
call-post-install
pause-on-errors
parallel-workers
force-unpacks
doc-pdf-dest
specific-collections
specific-planet-dirs
archives
archive-implies-reindex
current-target-directory-getter
current-target-plt-directory-getter)))