update makefile to actually install manual pages

This commit is contained in:
randomuser 2021-06-20 10:46:29 -05:00
parent fc8a2e665e
commit 1ce81cb3e7
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ install: man sh mkc c
.PHONY: man sh mkc c
man:
mkdir -p $(DESTDIR)$(PREFIX)/man1
cp -f man/* $(DESTDIR)$(PREFIX)/man1
mkdir -p /usr/local/man/man1
cp -f man/* /usr/local/man/man1
sh:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f sh/paste $(DESTDIR)$(PREFIX)/bin