aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErkin Batu Altunbaş <erkinbatu@gmail.com>2012-07-12 19:06:41 +0200
committerErkin Batu Altunbaş <erkinbatu@gmail.com>2012-07-12 19:06:41 +0200
commitdbfb357d7cea1732786c7cd49211910cc84e7e43 (patch)
treec78d7dc5f7446939c76b664526c46be4cec23369 /Makefile
parent9f4f748cf95407ba9fd4d8a8c347d735fab1416e (diff)
downloadponysay-dbfb357d7cea1732786c7cd49211910cc84e7e43.tar.gz
ponysay-dbfb357d7cea1732786c7cd49211910cc84e7e43.tar.bz2
ponysay-dbfb357d7cea1732786c7cd49211910cc84e7e43.zip
makefile mistake man1 instead of man6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e5b870f..eac642f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,8 @@ install: all
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
mkdir -p "$(DESTDIR)/usr/share/man/man6"
- install "manpage.6" "$(DESTDIR)/usr/share/man/man1/ponysay.6"
- ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man1/ponythink.6"
+ install "manpage.6" "$(DESTDIR)/usr/share/man/man6/ponysay.6"
+ ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man6/ponythink.6"
uninstall:
rm -fr "$(DESTDIR)/usr/share/ponysay/ponies"
@@ -37,8 +37,8 @@ uninstall:
unlink "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay";
unlink "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
unlink "$(DESTDIR)/usr/share/bash-completion/completions/ponysay"
- unlink "$(DESTDIR)/usr/share/man/man1/ponysay.6"
- unlink "$(DESTDIR)/usr/share/man/man1/ponythink.6"
+ unlink "$(DESTDIR)/usr/share/man/man6/ponysay.6"
+ unlink "$(DESTDIR)/usr/share/man/man6/ponythink.6"
clean:
rm -f "ponysaytruncater"