It isn't really part of the documentation. Furthermore, entries there are in not determined order, which breaks build reproducibility.
Signed-off-by: Marek Marczykowski-Górecki <[email protected]> --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 8de1efb6f5bc..966a104490ac 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -178,6 +178,7 @@ $(foreach i,$(MAN_SECTIONS),$(eval $(call GENERATE_MANPAGE_RULES,$(i)))) install-html: html txt figs $(INSTALL_DIR) $(DESTDIR)$(docdir) [ ! -d html ] || cp -R html $(DESTDIR)$(docdir) + rm -f $(DESTDIR)$(docdir)/html/hypercall/*/.deps .PHONY: install install: install-man-pages install-html -- 2.37.3
