From 102640fe279d62e81bc88d6661a017c63ecdce19 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Mon, 18 Mar 2019 21:13:22 +0100 Subject: [PATCH] Remove mandb call (See #144) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a36d2e0..fd35f6a 100644 --- a/Makefile +++ b/Makefile @@ -133,11 +133,9 @@ DEFAULT_TARGETS+=manpage install_manpage: mkdir -p ${DESTDIR}/${MANDIR} cp autorandr.1 ${DESTDIR}/${MANDIR} - mandb -qp uninstall_manpage: rm -f ${DESTDIR}/${MANDIR}/autorandr.1 - mandb -q # Rules for launcher install_launcher: -- 2.39.2