raco setup: quieter output on a build step for user-scope docs
This commit is contained in:
parent
1d8a2516b2
commit
0a2e3ad78b
|
@ -1148,7 +1148,8 @@
|
|||
shared-empty-script-files))])
|
||||
(define dest (build-path dest-dir f))
|
||||
(unless (file-exists? dest)
|
||||
(setup-printf "installing" "~a" dest)
|
||||
(when (or (verbose) main?)
|
||||
(setup-printf "installing" "~a" dest))
|
||||
(make-directory* dest-dir)
|
||||
(call-with-output-file* dest void)))
|
||||
(hash-set! done dir #t)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user