]> git.proxmox.com Git - proxmox-backup.git/blobdiff - docs/Makefile
docs: move custom.js and custom.css into _static folder
[proxmox-backup.git] / docs / Makefile
index 0d0963f3b4213d9baa601f4c5de2ca51407437c0..b2d863cda09598c5ed1b8fe94ecb789e554d6f03 100644 (file)
@@ -138,9 +138,9 @@ lto-barcode/lto-barcode-generator.js: ${LTO_BARCODE_JS_SOURCE}
        mv $@.tmp $@
 
 .PHONY: html
-html: ${GENERATED_SYNOPSIS} images/proxmox-logo.svg custom.css conf.py ${PRUNE_SIMULATOR_FILES} ${LTO_BARCODE_FILES} ${API_VIEWER_SOURCES}
+html: ${GENERATED_SYNOPSIS} images/proxmox-logo.svg _static/custom.css conf.py ${PRUNE_SIMULATOR_FILES} ${LTO_BARCODE_FILES} ${API_VIEWER_SOURCES}
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-       install -m 0644 custom.js custom.css images/proxmox-logo.svg $(BUILDDIR)/html/_static/
+       install -m 0644 _static/custom.js _static/custom.css images/proxmox-logo.svg $(BUILDDIR)/html/_static/
        install -dm 0755 $(BUILDDIR)/html/prune-simulator
        install -m 0644 ${PRUNE_SIMULATOR_FILES} $(BUILDDIR)/html/prune-simulator
        install -dm 0755 $(BUILDDIR)/html/lto-barcode