aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-10 21:40:23 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-10 21:40:23 -0400
commit2a33305ae036767d6a04f31da49aa7be0cf1297b (patch)
tree9fdfd12face474ca3ca296e62fa7f63a5952c247 /Makefile
parent30edda8b9a5019a55b8ee894895d4d396758e2f1 (diff)
parent615f84ca5c6804a1d599433601480874c3877fd7 (diff)
downloadponysay-2a33305ae036767d6a04f31da49aa7be0cf1297b.tar.gz
ponysay-2a33305ae036767d6a04f31da49aa7be0cf1297b.tar.bz2
ponysay-2a33305ae036767d6a04f31da49aa7be0cf1297b.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe9b631..e9c3279 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ install: all
mkdir -p "$(DESTDIR)/usr/share/man/man1"
install "manpage.1" "$(DESTDIR)/usr/share/man/man1/ponysay.1"
+ ln -sf "ponysay.1" "$(DESTDIR)/usr/share/man/man1/ponythink.1"
uninstall:
rm -fr "$(DESTDIR)/usr/share/ponysay/ponies"
@@ -37,6 +38,7 @@ uninstall:
unlink "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
unlink "$(DESTDIR)/usr/share/bash-completion/completions/ponysay"
unlink "$(DESTDIR)/usr/share/man/man1/ponysay.1"
+ unlink "$(DESTDIR)/usr/share/man/man1/ponythink.1"
clean:
rm -r "ponysaytruncater"