setup/setup: fix #:make-doc-index?
default
Making the default match the docs fixes Planet package installation,
which otherwise tries to rebuild the index too frequently.
Merge bug fix to v6.0 (pending review)
(cherry picked from commit ec5157d78f
)
This commit is contained in:
parent
cdcdd3cdd9
commit
e66160e342
|
@ -11,7 +11,7 @@
|
|||
#:planet-specs [planet-specs #f]
|
||||
#:collections [collections #f]
|
||||
#:make-docs? [make-docs? #t]
|
||||
#:make-doc-index? [make-doc-index? #t]
|
||||
#:make-doc-index? [make-doc-index? #f]
|
||||
#:make-user? [make-user? #t]
|
||||
#:clean? [clean? #f]
|
||||
#:tidy? [tidy? #f]
|
||||
|
|
Loading…
Reference in New Issue
Block a user