]> git.proxmox.com Git - proxmox-backup.git/blobdiff - docs/Makefile
implement subscription handling and api
[proxmox-backup.git] / docs / Makefile
index 8d1e8a1b4eaa13bb3978a38752bdd139f43ab236..471930c8a0b96f8205188e2a9500ddd02af965c3 100644 (file)
@@ -74,8 +74,10 @@ 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/
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."