Mailing List Archive

[xen master] docs: do not install .deps files
commit 96993519424c3fef49fd00d80a271d986767a3cd
Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
AuthorDate: Mon Dec 12 12:29:09 2022 +0100
Commit: Jan Beulich <jbeulich@suse.com>
CommitDate: Mon Dec 12 12:29:09 2022 +0100

docs: do not install .deps files

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 <marmarek@invisiblethingslab.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
docs/Makefile | 1 +
1 file changed, 1 insertion(+)

diff --git a/docs/Makefile b/docs/Makefile
index 8de1efb6f5..966a104490 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
--
generated by git-patchbot for /home/xen/git/xen.git#master