commit 3dec7f9619a5fd824a247260f5d1637a3a731643
parent 47950683340fba7430aee89346585855f28e9c06
Author: a bocx of rocx <bocxorocx@users.noreply.github.com>
Date: Tue, 14 Apr 2015 16:13:08 -0400
Manual page installation
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -21,6 +21,8 @@ path:
install :
install -D -m0755 wendy ${DESTDIR}${PREFIX}/bin/wendy
+ install -D -m0644 wendy.1 ${DESTDIR}${MANPREFIX}/man1/wendy.1
uninstall:
${RM} ${DESTDIR}${PREFIX}/bin/wendy
+ ${RM} ${DESTDIR}${MANPREFIX}/man1/wendy.1