aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-05 09:14:14 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-05 09:14:14 +0200
commit4a39ef423041bee3faafc99ee60bf0dbb1229868 (patch)
tree2bd65c42ee1adf4dc91499ebcbf1cb5e1f874b73 /Makefile
parent738dc690ebfd902f0168e47a7a875c5708b8ce18 (diff)
downloadponysay-4a39ef423041bee3faafc99ee60bf0dbb1229868.tar.gz
ponysay-4a39ef423041bee3faafc99ee60bf0dbb1229868.tar.bz2
ponysay-4a39ef423041bee3faafc99ee60bf0dbb1229868.zip
ponythink in manpage + environment variables PONYSAY_SHELL_LINES and PONYSAY_FULL_WIDTH
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 467a000..194fa29 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,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/ponies"
@@ -36,6 +37,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"