mirror of
https://github.com/erkin/ponysay
synced 2024-11-15 08:07:10 +00:00
Moved manpages to separate directory: manuals
This commit is contained in:
parent
36446e8cef
commit
bd09bbc44d
3 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -25,11 +25,11 @@ install: all
|
|||
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||
|
||||
mkdir -p "$(DESTDIR)/usr/share/man/man6"
|
||||
install "manpage.6" "$(DESTDIR)/usr/share/man/man6/ponysay.6"
|
||||
install "manuals/manpage.6" "$(DESTDIR)/usr/share/man/man6/ponysay.6"
|
||||
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man6/ponythink.6"
|
||||
|
||||
mkdir -p "$(DESTDIR)/usr/share/man/es/man6"
|
||||
install "manpage.es.6" "$(DESTDIR)/usr/share/man/es/man6/ponysay.6"
|
||||
install "manuals/manpage.es.6" "$(DESTDIR)/usr/share/man/es/man6/ponysay.6"
|
||||
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/es/man6/ponythink.6"
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue