mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
The manpage is currently in section 6, not section 1 (issue #22 is open)
This commit is contained in:
parent
c8c0aa155d
commit
fc3d2d660a
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -25,8 +25,8 @@ install: all
|
|||
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||
|
||||
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"
|
||||
install "manpage.6" "$(DESTDIR)/usr/share/man/man1/ponysay.6"
|
||||
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man1/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.1"
|
||||
unlink "$(DESTDIR)/usr/share/man/man1/ponythink.1"
|
||||
unlink "$(DESTDIR)/usr/share/man/man1/ponysay.6"
|
||||
unlink "$(DESTDIR)/usr/share/man/man1/ponythink.6"
|
||||
|
||||
clean:
|
||||
rm "ponysaytruncater"
|
||||
|
|
Loading…
Reference in a new issue