File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -483,8 +483,9 @@ $W/spec/%.html : spec/%.dd $(SPEC_DDOC) $(DMD) $(DDOC_BIN)
483
483
$W/404.html : 404.dd $(DDOC ) $(DMD )
484
484
$(DMD ) -conf= -c -o- -Df$@ $(DDOC ) errorpage.ddoc $<
485
485
486
- $(DOC_OUTPUT_DIR ) /foundation/contributors.html : foundation/contributors.dd $G/contributors_list.ddoc $(DDOC ) $(DMD )
487
- $(DMD ) -conf= -c -o- -Df$@ $(DDOC ) $(word 2, $^ ) $<
486
+ $(DOC_OUTPUT_DIR ) /foundation/contributors.html : foundation/contributors.dd \
487
+ $G /contributors_list.ddoc foundation/foundation.ddoc $(DDOC ) $(DMD )
488
+ $(DMD ) -conf= -c -o- -Df$@ $(DDOC ) $(word 2, $^ ) $(word 3, $^ ) $<
488
489
489
490
$W/articles/% .html : articles/% .dd $(DDOC ) $(DMD ) $(DDOC_BIN ) articles/articles.ddoc
490
491
$(DDOC_BIN_DMD ) -conf= -c -o- -Df$@ $(DDOC ) $< articles/articles.ddoc
You can’t perform that action at this time.
0 commit comments