mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
3c83f72e79
commit
41953c8c46
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue