@@ -46,8 +46,9 @@ pdfdocs: $(PDF)
HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
htmldocs: $(HTML)
- $(call build_main_index)
- $(call build_images)
+ @$($(quiet)cmd_build_main_index)
+ @$($(call build_main_index))
+ @($(call build_images))
MAN := $(patsubst %.xml, %.9, $(BOOKS))
mandocs: $(MAN)
@@ -145,6 +146,8 @@ quiet_cmd_db2pdf = PDF $@
%.pdf : %.xml
$(call cmd,db2pdf)
+ cmd_build_main_index = :
+quiet_cmd_build_main_index = echo ' BUILD $@'
index = index.html
main_idx = Documentation/DocBook/$(index)