From b737e3e6af9e6999baace5d453e405f32c60b2d2 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Fri, 12 Aug 2016 11:36:15 +0200 Subject: Add a manpage --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9eaf922..56e6367 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,10 @@ install: all @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f sent ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/sent + @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 + @cp sent.1 ${DESTDIR}${MANPREFIX}/man1/sent.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/sent.1 uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin -- cgit v1.2.3