From 0d7e61f06f9e173516c3d71bdc84f34793122095 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Sep 2020 19:45:23 +0200 Subject: [PATCH] docs: buildsys: add more dependencies to html target Signed-off-by: Thomas Lamprecht --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4e2f9606..471930c8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -74,7 +74,7 @@ onlinehelpinfo: @echo "Build finished. OnlineHelpInfo.js is in $(BUILDDIR)/scanrefs." .PHONY: html -html: ${GENERATED_SYNOPSIS} +html: ${GENERATED_SYNOPSIS} images/proxmox-logo.svg custom.css conf.py $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html cp images/proxmox-logo.svg $(BUILDDIR)/html/_static/ cp custom.css $(BUILDDIR)/html/_static/