From 8d18178c34ec1acba2b819c625c82a36b094460a Mon Sep 17 00:00:00 2001 From: randomuser Date: Thu, 1 Jul 2021 22:28:40 -0500 Subject: [PATCH] add a little tiny bit of documentation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b53e103..855da61 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ install: man sh mkc c .PHONY: man sh mkc c man: + # this used to be {command} $(DESTDIR)$(PREFIX)/man/man1 + # this did not work on my computer, but might be needed in other computers mkdir -p /usr/local/man/man1 cp -f man/* /usr/local/man/man1 sh: