]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
restore: update config: remove unused parameter
[qemu-server.git] / Makefile
index 753ba7046fe3724bc79f417a343a1706c6abe75c..95299fced469566a90c925e06b54107f3bc0f3c1 100644 (file)
--- 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
 
@@ -108,6 +109,7 @@ upload: ${DEB}
 
 .PHONY: clean
 clean:
+       $(MAKE) -C test $@
        rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
        $(MAKE) cleanup-docgen
        find . -name '*~' -exec rm {} ';'