5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-24 02:04:10 +03:00

rename manual page from vm.conf to qm.conf

This commit is contained in:
Dietmar Maurer 2016-04-09 10:04:51 +02:00
parent 82b82b91f1
commit b6329a72c1

View File

@ -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 {} ';'