Move manpages from doc to src. Adjust makefile to reflect change.

This commit is contained in:
Mid Favila 2022-10-18 12:50:44 -04:00
parent 25429efb0d
commit 55f2dabd92
8 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ install: all
mkdir -p ${DESTDIR}/${PREFIX}/bin
mkdir -p ${DESTDIR}/${PREFIX}/share/man/man.1
install -Dm0755 ${BIN} ${DESTDIR}/${PREFIX}/bin/
cd ../doc/
install -Dm0644 ${MAN} ${DESTDIR}/${PREFIX}/share/man/man.1/
clean:

View File