diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-12 23:54:38 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-12 23:54:38 -0400 |
commit | 72e57e0242527bdb6e184e5f5cec7ccc71493daa (patch) | |
tree | 01f8ea7465a84d764e7157f67c2210bd7fef4b7e /Makefile | |
parent | acec0f2d7a0eec12be24e2089608e92b461cd65b (diff) | |
download | ponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.tar.gz ponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.tar.bz2 ponysay-72e57e0242527bdb6e184e5f5cec7ccc71493daa.zip |
Fix spanish manpage install mistake
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |