From 44696fff1653d48b696ec85584eae8e7ce9d4767 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Mar 2019 20:16:46 -0700 Subject: [PATCH] Removed manpage from makefile, since there isn't one --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8900647..065f212 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ install: $(NAME) prefix="/usr/local"; \ 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) $$prefix/bin/ uninstall: @prefix="$(PREFIX)"; \ @@ -36,5 +35,5 @@ uninstall: prefix="/usr/local"; \ fi; \ echo "Deleting..."; \ - rm -rvf $$prefix/bin/$(NAME) $$prefix/share/man/man1/$(NAME).1 + rm -rvf $$prefix/bin/$(NAME)