
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
)
14 lines
392 B
Racket
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")
|