qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] docs: install CSS and Javascript files for HTML docs


From: Stefan Hajnoczi
Subject: [PATCH 3/3] docs: install CSS and Javascript files for HTML docs
Date: Fri, 8 Nov 2019 10:59:42 +0100

Install the sphinx CSS/Javascript support files needed by the HTML
documentation.  The documentation looks ugly without this.

The previous patch switched to only invoking sphinx once so there is
only one _static/ directory that needs to be installed across all manual
sections.

Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9487a06bed..dd60787d4c 100644
--- a/Makefile
+++ b/Makefile
@@ -813,6 +813,7 @@ endef
 # for QEMU developers, and not interesting to our users.
 .PHONY: install-sphinxdocs
 install-sphinxdocs: sphinxdocs
+       $(call install-manual,_static)
        $(call install-manual,interop)
        $(call install-manual,specs)
        $(INSTALL_DATA) "$(MANUAL_BUILDDIR)/index.html" 
"$(DESTDIR)$(qemu_docdir)/index.html"
-- 
2.23.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]