Skip to content

Commit 0acc12d

Browse files
NiKiZemcb30
authored andcommitted
[boot] Add title and colouring to HTML output
Signed-off-by: Christian I. Nilsson <nikize@gmail.com> Modified-by: Michael Brown <mbrown@fensystems.co.uk> Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent b86443b commit 0acc12d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,5 @@ $(OUTPUTS_BIN_OTHER) : output/% : $(SRCDIR)/bin-%
127127

128128
$(INDEX_DYNAMIC) : output/% : $(ALL_OUTPUTS)
129129
( cd $(dir $@) ; \
130-
tree -H "." --filesfirst -I index.html -o index.html )
130+
tree -H "." -C -T "iPXE files" --filesfirst \
131+
-I index.html -o index.html )

0 commit comments

Comments
 (0)