mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
makefile mistake man1 instead of man6
This commit is contained in:
parent
9f4f748cf9
commit
dbfb357d7c
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/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"
|
||||
|
|
Loading…
Reference in a new issue