]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
buildsys: remove unused or duplicate directories
[qemu-server.git] / Makefile
index 4959335b548c25101ff8a8cf5b7c9222e88d963d..2e3d4e1ac0eaf874b49d8f9f51986b37a8080aaf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,14 +5,12 @@ PACKAGE=qemu-server
 
 DESTDIR=
 PREFIX=/usr
-BINDIR=${PREFIX}/bin
 SBINDIR=${PREFIX}/sbin
 LIBDIR=${PREFIX}/lib/${PACKAGE}
 MANDIR=${PREFIX}/share/man
 DOCDIR=${PREFIX}/share/doc
 MAN1DIR=${MANDIR}/man1/
 MAN5DIR=${MANDIR}/man5/
-MAN8DIR=${MANDIR}/man8/
 BASHCOMPLDIR=${PREFIX}/share/bash-completion/completions/
 ZSHCOMPLDIR=${PREFIX}/share/zsh/vendor-completions/
 export PERLDIR=${PREFIX}/share/perl5
@@ -60,8 +58,6 @@ install: ${PKGSOURCES}
        install -d ${DESTDIR}${LIBDIR}
        install -d ${DESTDIR}/${MAN1DIR}
        install -d ${DESTDIR}/${MAN5DIR}
-       install -d ${DESTDIR}/${MAN8DIR}
-       install -d ${DESTDIR}/usr/share/man/man5
        install -d ${DESTDIR}/usr/share/${PACKAGE}
        install -m 0644 -D qm.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qm
        install -m 0644 -D qmrestore.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qmrestore