aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ae7314..fceafe5 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,9 @@ install: all
mkdir -p "$(DESTDIR)/usr/share/licenses/ponysay/"
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
+ mkdir -p "$(DESTDIR)/usr/share/man/man6"
+ install "manpage.6" "$(DESTDIR)/usr/share/man/man6/ponysay.6"
+
uninstall:
rm -fr "$(DESTDIR)/usr/share/ponies"
rm -fr "$(DESTDIR)/usr/share/ttyponies"