]> git.proxmox.com Git - pve-docs.git/blobdiff - Makefile
bump package release numbers
[pve-docs.git] / Makefile
index ee2150a88976706f33839f5e7f0fe90cdd4bd4a4..0212bbae8dcf6210bbd4315cd4ec2d4ac051dc9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ GEN_PACKAGE=pve-doc-generator
 DOC_PACKAGE=pve-docs
 
 # also update debian/changelog
-GEN_PKGREL=1
+GEN_PKGREL=2
 # also update doc-debian/changelog
-DOC_PKGREL=2
+DOC_PKGREL=3
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -86,6 +86,8 @@ GEN_DEB_SOURCES=                              \
 GEN_SCRIPTS=                                   \
        gen-datacenter.cfg.5-opts.pl            \
        gen-pct.conf.5-opts.pl                  \
+       gen-pct-network-opts.pl                 \
+       gen-pct-mountpoint-opts.pl              \
        gen-qm.conf.5-opts.pl                   \
        gen-vzdump.conf.5-opts.pl               \
        gen-pve-firewall-cluster-opts.pl        \
@@ -270,7 +272,7 @@ upload: ${GEN_DEB} ${DOC_DEB}
 update: clean
        rm -f *.5-opts.adoc *.1-synopsis.adoc *.8-synopsis.adoc
        rm -f api-viewer/apidata.js
-       rm -f pve-firewall-macros.adoc
+       rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc
        make all
 
 clean: