X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=78528af8418c099fb5e6161b76fcf8518de53e61;hb=eec9f9fe007546123ebc87b6489abe1dd2cbad17;hp=50219d60170dbbd0be189f20031298e33dc9fb34;hpb=2135fcdb3673b9befba9be69a33513c25143cd7e;p=qemu-server.git diff --git a/Makefile b/Makefile index 50219d60..78528af8 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 @@ -104,12 +105,13 @@ test: .PHONY: upload upload: ${DEB} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist bullseye .PHONY: clean clean: - $(MAKE) cleanup-docgen + $(MAKE) -C test $@ rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz + $(MAKE) cleanup-docgen find . -name '*~' -exec rm {} ';'