aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/hub.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-09-14 19:05:01 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commitc07183ec37be07656fc58799ce85fe4601dc5c86 (patch)
tree0852f219df499d7cf2cf70223378c57af1c1aa72 /src/doc_reform/output/hub.d
parentnaming DocReform from SiSU (diff)
mess further with parallelism flags
Diffstat (limited to 'src/doc_reform/output/hub.d')
-rw-r--r--src/doc_reform/output/hub.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/output/hub.d b/src/doc_reform/output/hub.d
index 9e933d8..a0a73cd 100644
--- a/src/doc_reform/output/hub.d
+++ b/src/doc_reform/output/hub.d
@@ -52,7 +52,7 @@ template outputHub() {
msg.vv("html css & images done");
}
}
- if (!(doc_matters.opt.action.pp2)) {
+ if (!(doc_matters.opt.action.parallelise_subprocesses)) {
foreach(schedule; doc_matters.opt.action.output_task_scheduler) {
Scheduled!()(schedule, doc_abstraction, doc_matters);
}