]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
make dinstall: skip mediawiki deb for now
[pve-docs.git] / Makefile
index 1bea57cffea842ab01da6607e09429c93eb8a5a5..491f7772f0587ab3fec272d4d2274e60c2626d19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# overwriting below ensures that we can build without full PVE installed
 DGDIR=.
 ASCIIDOC_PVE=./asciidoc-pve
 
@@ -6,7 +7,7 @@ DOC_PACKAGE=pve-docs
 MEDIAWIKI_PACKAGE=pve-docs-mediawiki
 
 # also update debian/changelog
-PKGREL=0+1
+PKGREL=2
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
@@ -152,7 +153,7 @@ api-viewer/apidoc.js: api-viewer/apidata.js api-viewer/PVEAPI.js
 
 .PHONY: dinstall
 dinstall: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
-       dpkg -i ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
+       dpkg -i ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
 
 .PHONY: deb
 deb: $(DOC_DEB)