X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=0b1284f753ec9f9c1cb01886030e9a1a5b300c4e;hb=e2a74c9e49129db69c150e931459b174e02f27fd;hp=3bb308c7320885de3cd5579c9bae72bc9d97a498;hpb=f3af3a6d5619d4a696f172065c36f12e966d3379;p=pve-docs.git diff --git a/Makefile b/Makefile index 3bb308c..0b1284f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=18 +PKGREL=8 GITVERSION:=$(shell git rev-parse HEAD) @@ -58,7 +58,8 @@ GEN_SCRIPTS= \ gen-pve-firewall-host-opts.pl \ gen-pve-firewall-macros-adoc.pl \ gen-pve-firewall-rules-opts.pl \ - gen-pve-firewall-vm-opts.pl + gen-pve-firewall-vm-opts.pl \ + gen-output-format-opts.pl API_VIEWER_SOURCES= \ api-viewer/index.html \ @@ -223,11 +224,15 @@ upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch .PHONY: update -update: clean clean-static | update-static +update: + make clean clean-static + make update-static make all .PHONY: update-static -update-static: clean-static | $(filter %-synopsis.adoc %-opts.adoc, ${PVE_ADMIN_GUIDE_ADOCDEPENDS}) pve-firewall-macros.adoc api-viewer/apidata.js +update-static: + make clean-static + make $(filter %-synopsis.adoc %-opts.adoc, ${PVE_ADMIN_GUIDE_ADOCDEPENDS}) pve-firewall-macros.adoc api-viewer/apidata.js .PHONY: clean-static clean-static: