summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-08-12 11:36:15 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-12 13:20:49 +0200
commitb737e3e6af9e6999baace5d453e405f32c60b2d2 (patch)
treed25d795d2cbfdc0af096a7a171d84a8859fe9d2f /Makefile
parentc3a0671f68f894c5d7a54d934170cfd1560416c4 (diff)
downloadsent-b737e3e6af9e6999baace5d453e405f32c60b2d2.tar.gz
sent-b737e3e6af9e6999baace5d453e405f32c60b2d2.tar.bz2
sent-b737e3e6af9e6999baace5d453e405f32c60b2d2.zip
Add a manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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
Software created with 💖