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)
This commit is contained in:
parent
edb04b8bfe
commit
ec5157d78f
|
@ -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