mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-05 07:26:41 +00:00
rename manual page from vm.conf to qm.conf
This commit is contained in:
parent
82b82b91f1
commit
b6329a72c1
8
Makefile
8
Makefile
@ -55,7 +55,7 @@ qmrestore.bash-completion:
|
|||||||
perl -I. -T -e "use PVE::CLI::qmrestore; PVE::CLI::qmrestore->generate_bash_completions();" >$@.tmp
|
perl -I. -T -e "use PVE::CLI::qmrestore; PVE::CLI::qmrestore->generate_bash_completions();" >$@.tmp
|
||||||
mv $@.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
|
.PHONY: install
|
||||||
install: ${PKGSOURCES}
|
install: ${PKGSOURCES}
|
||||||
@ -83,8 +83,8 @@ install: ${PKGSOURCES}
|
|||||||
gzip -9 ${DESTDIR}/usr/share/man/man1/qm.1
|
gzip -9 ${DESTDIR}/usr/share/man/man1/qm.1
|
||||||
install -m 0644 qmrestore.1 ${DESTDIR}/usr/share/man/man1/
|
install -m 0644 qmrestore.1 ${DESTDIR}/usr/share/man/man1/
|
||||||
gzip -9 ${DESTDIR}/usr/share/man/man1/qmrestore.1
|
gzip -9 ${DESTDIR}/usr/share/man/man1/qmrestore.1
|
||||||
install -m 0644 vm.conf.5 ${DESTDIR}/usr/share/man/man5/
|
install -m 0644 qm.conf.5 ${DESTDIR}/usr/share/man/man5/
|
||||||
gzip -9 ${DESTDIR}/usr/share/man/man5/vm.conf.5
|
gzip -9 ${DESTDIR}/usr/share/man/man5/qm.conf.5
|
||||||
|
|
||||||
.PHONY: deb ${DEB}
|
.PHONY: deb ${DEB}
|
||||||
deb ${DEB}: ${PKGSOURCES}
|
deb ${DEB}: ${PKGSOURCES}
|
||||||
@ -117,7 +117,7 @@ upload:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
make cleanup-docgen
|
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 {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user