mirror of https://github.com/aria2/aria2
Added Russian translation of man page contributed by ITriskTI.
parent
0f0d4b9a48
commit
b95f0928f7
|
@ -502,7 +502,8 @@ AC_CONFIG_FILES([Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
intl/Makefile
|
intl/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
doc/Makefile])
|
doc/Makefile
|
||||||
|
doc/ru/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
SUBDIRS = ru
|
||||||
man_MANS = aria2c.1
|
man_MANS = aria2c.1
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
dist_doc_DATA = aria2c.1.html aria2c.1.asciidoc
|
dist_doc_DATA = aria2c.1.html aria2c.1.asciidoc
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Russian translation of man page.
|
||||||
|
mandir=@mandir@/ru
|
||||||
|
man_MANS = aria2c.1
|
||||||
|
EXTRA_DIST = $(man_MANS)
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue