diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-08-04 14:54:24 +0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 06:36:01 -0700 |
commit | 1fa02bab72804375eb4326043c1931f043af31e4 (patch) | |
tree | ec4945044257f58a1f420768c2a2a08f0aaa3fde /Documentation/Makefile | |
parent | a3fe1c560f38a848c8b5e17bd55cc760cbac4e1e (diff) | |
download | subsurface-1fa02bab72804375eb4326043c1931f043af31e4.tar.gz |
Translate user manual into Russian
Translation is almost done section-by-section for easier tracking of
further changes to master copy. It probably needs some re-styling but
not for 4.2.
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 10e11da27..cfc71a026 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -7,7 +7,7 @@ # submitting patches to the user manual, only submit the changes to the .txt # file - the maintainer will recreate the .html.git file -DOCNAMES = user-manual user-manual_es +DOCNAMES = user-manual user-manual_es user-manual_ru HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES)) TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES)) |