Skip to content

Commit

Permalink
makefile mistake man1 instead of man6
Browse files Browse the repository at this point in the history
  • Loading branch information
erkin committed Jul 12, 2012
1 parent 9f4f748 commit dbfb357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit dbfb357

Please sign in to comment.