racket/doc/keep-dirs.rktd
Matthew Flatt c5f585d878 raco setup: remove any extra documentation dirs in installation
After uninstalling a package in installation scope, its documentation
should be removed. A new `raco setup' step takes care of that.

Merge to v5.3.4
(cherry picked from commit ff324f9270)
2013-04-11 20:25:41 -04:00

14 lines
392 B
Racket

;; Data is a list of directory names that should be preserved but are
;; not they result of any "info.rkt"'s 'scribblings entry. Such
;; directories usually hold content that is static (i.e., not built
;; from Scribble sources).
;;
;; The `setup/scribblings' library uses this list to avoid deleting
;; those drectories.
("release-notes"
"r5rs-std"
"r6rs-std"
"r6rs-lib-std"
"srfi-std")