add a little tiny bit of documentation

This commit is contained in:
randomuser 2021-07-01 22:28:40 -05:00
parent e6262a7305
commit 8d18178c34
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ install: man sh mkc c
.PHONY: man sh mkc c .PHONY: man sh mkc c
man: 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 mkdir -p /usr/local/man/man1
cp -f man/* /usr/local/man/man1 cp -f man/* /usr/local/man/man1
sh: sh: