have raco setup create launchers before docs
This commit is contained in:
parent
32d2a9c548
commit
7708109ea5
|
@ -899,14 +899,14 @@
|
|||
|
||||
(when (make-zo) (make-zo-step))
|
||||
(when (make-info-domain) (make-info-domain-step))
|
||||
|
||||
(when (make-launchers) (make-launchers-step))
|
||||
|
||||
(when (make-docs)
|
||||
;; Double-check that "setup/scribble" is present.
|
||||
(when (file-exists? (build-path (collection-path "setup") "scribble.rkt"))
|
||||
(make-docs-step)))
|
||||
|
||||
(when (doc-pdf-dest) (doc-pdf-dest-step))
|
||||
(when (make-launchers) (make-launchers-step))
|
||||
|
||||
|
||||
(do-install-part 'general)
|
||||
(do-install-part 'post)
|
||||
|
|
Loading…
Reference in New Issue
Block a user