diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 06:50:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 06:50:39 -0700 |
commit | 41953c8c46dda9e652927cc27041977f868bcef5 (patch) | |
tree | 92a116761bbfe6ac15b8c1cade4231bebb71860d | |
parent | 3c83f72e795441bd4b428f1c025e6e19e3cdaf16 (diff) | |
download | subsurface-41953c8c46dda9e652927cc27041977f868bcef5.tar.gz |
Get the Russian manual installed as well
This way it will end up in the installers, too.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index e4f64f22c..9f54f73f8 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -253,7 +253,8 @@ QTTRANSLATIONS = \ USERMANUALS = \ user-manual.html \ - user-manual_es.html + user-manual_es.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 |