]> git.proxmox.com Git - qemu-server.git/commitdiff
buildsys: omit manual manpage gzip, done by debhelpers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Sep 2019 16:03:46 +0000 (18:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Sep 2019 16:03:46 +0000 (18:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6e8fc78ac855e14556d46d62276680091f04111d..b9ed578626334414bff5ce557fa64adc158e44f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,13 +94,9 @@ install: ${PKGSOURCES}
        install -D -m 0644 modules-load.conf ${DESTDIR}/etc/modules-load.d/qemu-server.conf
        install -m 0755 qmextract ${DESTDIR}${LIBDIR}
        install -m 0644 qm.1 ${DESTDIR}/${MAN1DIR}
-       gzip -9 -n -f ${DESTDIR}/${MAN1DIR}/qm.1
        install -m 0644 qmeventd.8 ${DESTDIR}/${MAN8DIR}
-       gzip -9 -n -f ${DESTDIR}/${MAN8DIR}/qmeventd.8
        install -m 0644 qmrestore.1 ${DESTDIR}/${MAN1DIR}
-       gzip -9 -n -f ${DESTDIR}/${MAN1DIR}/qmrestore.1
        install -m 0644 qm.conf.5 ${DESTDIR}/${MAN5DIR}
-       gzip -9 -n -f ${DESTDIR}/${MAN5DIR}/qm.conf.5
        cd ${DESTDIR}/${MAN5DIR}; ln -s -f qm.conf.5.gz vm.conf.5.gz
 
 .PHONY: deb