mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-19 19:04:23 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
f550de617e
3 changed files with 4 additions and 4 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:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH SECCIÓN DE PONYSAY "Julio 13, 2012"
|
.TH PONYSAY 6 "Julio 13, 2012"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -82,7 +82,7 @@ desea truncar la salida en el largo aun si no se está dentro de una terminal \f
|
||||||
Los bugs pueden ser reportados en <\fBhttps://github.com/erkin/ponysay/issues\fP>.
|
Los bugs pueden ser reportados en <\fBhttps://github.com/erkin/ponysay/issues\fP>.
|
||||||
.SH VEA TAMBIÉN
|
.SH VEA TAMBIÉN
|
||||||
.BR cowsay (1),
|
.BR cowsay (1),
|
||||||
.BR fortune (1).
|
.BR fortune (6).
|
||||||
.br
|
.br
|
||||||
.SH AUTOR
|
.SH AUTOR
|
||||||
ponysay fue escrito por Erkin Batu Altunbaş <erkinbatu@gmail.com>
|
ponysay fue escrito por Erkin Batu Altunbaş <erkinbatu@gmail.com>
|
Loading…
Reference in a new issue