diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 08:00:33 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 08:00:33 -0800 |
commit | 22949a0004c062f9d2128b6726df8551fbf833e3 (patch) | |
tree | 717a242c1dd6df1d86c40bfbb6f9dbb7563a7e11 /subsurface.pro | |
parent | 06e2dde508984b07d548b52c9790f1d3a614acdf (diff) | |
download | subsurface-22949a0004c062f9d2128b6726df8551fbf833e3.tar.gz |
Update to pre-built user manualsv4.4.0
And disable Russian manual for the moment - it's too old
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro index 2cc6b0982..5e1d30383 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -307,8 +307,10 @@ QTRANSLATIONS += \ USERMANUALS = \ user-manual.html \ user-manual_es.html \ - user-manual_fr.html \ - user-manual_ru.html + user-manual_fr.html + +# Russian version is no longer current +# 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 |