[pve-devel] [PATCH v2 qemu-server 3/3] Add man page cpu-models.conf(5)

Stefan Reiter s.reiter at proxmox.com
Thu Jun 18 15:44:57 CEST 2020


Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---

Requires patched pve-docs.

 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index cb95044..0bf3d96 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ qmrestore.zsh-completion:
 	mv $@.tmp $@
 
 PKGSOURCES=qm qm.1 qmrestore qmrestore.1 qmextract qm.conf.5 qm.bash-completion qmrestore.bash-completion \
-	    qm.zsh-completion qmrestore.zsh-completion
+	    qm.zsh-completion qmrestore.zsh-completion cpu-models.conf.5
 
 .PHONY: install
 install: ${PKGSOURCES}
@@ -76,6 +76,7 @@ install: ${PKGSOURCES}
 	install -m 0755 qmextract ${DESTDIR}${LIBDIR}
 	install -m 0644 qm.1 ${DESTDIR}/${MAN1DIR}
 	install -m 0644 qmrestore.1 ${DESTDIR}/${MAN1DIR}
+	install -m 0644 cpu-models.conf.5 ${DESTDIR}/${MAN5DIR}
 	install -m 0644 qm.conf.5 ${DESTDIR}/${MAN5DIR}
 	cd ${DESTDIR}/${MAN5DIR}; ln -s -f qm.conf.5.gz vm.conf.5.gz
 
-- 
2.20.1





More information about the pve-devel mailing list