X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=Makefile;h=54d23990f656a7f4ff5de4ad51ae20c9781bab61;hp=3bec1b88b7c22c89a8509241a4478748b805a42f;hb=5ec2497fc1fbc22ce8385a67a0924ffcd0ad1fe0;hpb=f193cc8ed48e90202661dcadb397cd561539ed75 diff --git a/Makefile b/Makefile index 3bec1b8..54d2399 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=17 +PKGREL=4 GITVERSION:=$(shell git rev-parse HEAD) @@ -223,11 +223,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: