From ba30c39cd9ad3096815b8cdd1bb3dc5ba4fb83cc Mon Sep 17 00:00:00 2001 From: Earnestly Date: Sun, 9 Feb 2020 18:16:03 +0000 Subject: [PATCH] Update GNUmakefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 2d99456..433952c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -99,7 +99,7 @@ install-bins: mkdir -p "$(DESTDIR)$(PREFIX)$(bindir)" -cp $(bins) "$(DESTDIR)$(PREFIX)$(bindir)" -chmod 0755 $(addprefix "$(DESTDIR)$(PREFIX)$(bindir)"/,$(bins)) - + install-man: man/bemenu.1 man/bemenu-run.1 mkdir -p "$(DESTDIR)$(PREFIX)$(mandir)" cp $^ "$(DESTDIR)$(PREFIX)$(mandir)"