mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-17 00:50:02 +01: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"
|
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
|
||||||
|
|
||||||
mkdir -p "$(DESTDIR)/usr/share/man/man6"
|
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"
|
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man6/ponythink.6"
|
||||||
|
|
||||||
mkdir -p "$(DESTDIR)/usr/share/man/es/man6"
|
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"
|
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/es/man6/ponythink.6"
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
Loading…
Add table
Reference in a new issue