X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=1f24e1509b945f240255d40ef4ed319c9fff5508;hb=f0ff7de663181f678c1b74733350e7ed3de3dfcf;hp=ca56e964f93520d264039d7285d519a03822ba9b;hpb=c0e4fdbdd8ce0bb841b8306cd957e28dec5c0cad;p=pve-docs.git diff --git a/Makefile b/Makefile index ca56e96..1f24e15 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ GEN_SCRIPTS= \ gen-pct-network-opts.pl \ gen-pct-mountpoint-opts.pl \ gen-qm.conf.5-opts.pl \ + gen-cpu-models.conf.5-opts.pl \ gen-qm-cloud-init-opts.pl \ gen-vzdump.conf.5-opts.pl \ gen-pve-firewall-cluster-opts.pl \ @@ -62,6 +63,11 @@ GEN_SCRIPTS= \ gen-pve-firewall-vm-opts.pl \ gen-output-format-opts.pl +API_VIEWER_FILES= \ + api-viewer/apidata.js \ + api-viewer/PVEAPI.js \ + /usr/share/javascript/proxmox-widget-toolkit-dev/APIViewer.js + API_VIEWER_SOURCES= \ api-viewer/index.html \ api-viewer/apidoc.js @@ -148,8 +154,9 @@ pve-admin-guide.epub: ${PVE_ADMIN_GUIDE_ADOCDEPENDS} api-viewer/apidata.js: extractapi.pl ./extractapi.pl >$@ -api-viewer/apidoc.js: api-viewer/apidata.js api-viewer/PVEAPI.js - cat api-viewer/apidata.js api-viewer/PVEAPI.js >$@ +api-viewer/apidoc.js: ${API_VIEWER_FILES} + cat ${API_VIEWER_FILES} >$@.tmp + mv $@.tmp $@ .PHONY: dinstall dinstall: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}