From b6329a72c13d5cc1f381d558b13a7209bc7b603a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 9 Apr 2016 10:04:51 +0200 Subject: [PATCH] rename manual page from vm.conf to qm.conf --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 70e52eba..f1114c55 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ qmrestore.bash-completion: perl -I. -T -e "use PVE::CLI::qmrestore; PVE::CLI::qmrestore->generate_bash_completions();" >$@.tmp mv $@.tmp $@ -PKGSOURCES=qm qm.1 qmrestore qmrestore.1 qmextract sparsecp vmtar control vm.conf.5 qm.bash-completion qmrestore.bash-completion +PKGSOURCES=qm qm.1 qmrestore qmrestore.1 qmextract sparsecp vmtar control qm.conf.5 qm.bash-completion qmrestore.bash-completion .PHONY: install install: ${PKGSOURCES} @@ -83,8 +83,8 @@ install: ${PKGSOURCES} gzip -9 ${DESTDIR}/usr/share/man/man1/qm.1 install -m 0644 qmrestore.1 ${DESTDIR}/usr/share/man/man1/ gzip -9 ${DESTDIR}/usr/share/man/man1/qmrestore.1 - install -m 0644 vm.conf.5 ${DESTDIR}/usr/share/man/man5/ - gzip -9 ${DESTDIR}/usr/share/man/man5/vm.conf.5 + install -m 0644 qm.conf.5 ${DESTDIR}/usr/share/man/man5/ + gzip -9 ${DESTDIR}/usr/share/man/man5/qm.conf.5 .PHONY: deb ${DEB} deb ${DEB}: ${PKGSOURCES} @@ -117,7 +117,7 @@ upload: .PHONY: clean clean: make cleanup-docgen - rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp *.bash-completion + rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1 *.5 *.pod vmtar sparsecp *.tmp *.bash-completion find . -name '*~' -exec rm {} ';'