Moved manpages to separate directory: manuals

This commit is contained in:
Mattias Andrée 2012-07-13 12:22:33 +02:00
parent 36446e8cef
commit bd09bbc44d
3 changed files with 2 additions and 2 deletions

View file

@ -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: