aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-12 23:54:38 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-12 23:54:38 -0400
commit72e57e0242527bdb6e184e5f5cec7ccc71493daa (patch)
tree01f8ea7465a84d764e7157f67c2210bd7fef4b7e /Makefile
parentacec0f2d7a0eec12be24e2089608e92b461cd65b (diff)
downloadponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.tar.gz
ponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.tar.bz2
ponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.zip
Fix spanish manpage install mistake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ceb58b9..8e9a662 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install: all
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man6/ponythink.6"
mkdir -p "$(DESTDIR)/usr/share/man/es/man6"
- install "manpage.es.1" "$(DESTDIR)/usr/share/man/es/man6/ponysay.6"
+ install "manpage.es.6" "$(DESTDIR)/usr/share/man/es/man6/ponysay.6"
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/es/man6/ponythink.6"
uninstall:
@@ -45,7 +45,5 @@ uninstall:
unlink "$(DESTDIR)/usr/share/man/man6/ponythink.6"
unlink "$(DESTDIR)/usr/share/man/es/man6/ponysay.6"
unlink "$(DESTDIR)/usr/share/man/es/man6/ponythink.6"
-
->>>>>>> upstream/master
clean:
rm -f "ponysaytruncater"