diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 13:43:10 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 13:43:10 -0800 |
commit | 461c27a7407533ec56f5a8f144470216e3047bf1 (patch) | |
tree | aa746aa29b43eb2479c6f42d781c1303f0a252de /subsurface.pro | |
parent | cc61589d9cb5e7ef438cd0cd3eb713aaed979c9a (diff) | |
download | subsurface-461c27a7407533ec56f5a8f144470216e3047bf1.tar.gz |
Reenable Russian translation of the manual and update html in git tree
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/subsurface.pro b/subsurface.pro index 5e1d30383..2cc6b0982 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -307,10 +307,8 @@ QTRANSLATIONS += \ USERMANUALS = \ user-manual.html \ user-manual_es.html \ - user-manual_fr.html - -# Russian version is no longer current -# user-manual_ru.html + user-manual_fr.html \ + user-manual_ru.html doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc all.depends += usermanual |