Skip to content

Commit 19235e1

Browse files
committed
Fix CSS for the contributors.html page
1 parent 9b67941 commit 19235e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posix.mak

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,9 @@ $W/spec/%.html : spec/%.dd $(SPEC_DDOC) $(DMD) $(DDOC_BIN)
483483
$W/404.html : 404.dd $(DDOC) $(DMD)
484484
$(DMD) -conf= -c -o- -Df$@ $(DDOC) errorpage.ddoc $<
485485

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, $^) $<
488489

489490
$W/articles/%.html : articles/%.dd $(DDOC) $(DMD) $(DDOC_BIN) articles/articles.ddoc
490491
$(DDOC_BIN_DMD) -conf= -c -o- -Df$@ $(DDOC) $< articles/articles.ddoc

0 commit comments

Comments
 (0)