From 8b74dae587758a88f6455c0947167e578f884e5b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 13 Jun 2019 15:43:44 -0700 Subject: [PATCH] Updated makefile with correct manpage path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a63736f..ebb1984 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install: $(NAME) fi; \ mkdir -pv $$prefix/bin $$prefix/share/man/man1 \ && cp -v $(NAME) $$prefix/bin/ \ - && cp -v doc/$(NAME).1 $$prefix/share/man/man1/ + && cp -v $(NAME).1 $$prefix/share/man/man1/ uninstall: @prefix="$(PREFIX)"; \