X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=c049edaaa3728ea5e7eca25af0691e84218f10ab;hb=90682f35982513fdecf9109cd15235fa982413fc;hp=bbbdc324998bdba7ba11d49ce108312ca6da7514;hpb=fd880d44c7d3876add7acd659641668bfa09c71b;p=pve-docs.git diff --git a/Makefile b/Makefile index bbbdc32..c049eda 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=8 +PKGREL=10 GITVERSION:=$(shell git rev-parse HEAD) @@ -41,6 +41,7 @@ GEN_DEB_SOURCES= \ pve-doc-generator.mk \ ${MANUAL_SOURCES} \ pmxcfs.8-synopsis.adoc \ + qmeventd.8-synopsis.adoc \ docinfo.xml GEN_SCRIPTS= \ @@ -228,7 +229,7 @@ update-static: .PHONY: clean-static clean-static: - find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -exec rm -f \{\} \; + find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not -name qmeventd.8-synopsis.adoc -exec rm -f \{\} \; rm -f api-viewer/apidata.js rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc