mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
User manual: install English and localized copies
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0a6759d93
commit
a38e476bee
1 changed files with 6 additions and 1 deletions
|
@ -236,6 +236,10 @@ QTTRANSLATIONS = \
|
|||
qt_sv.qm \
|
||||
qt_zh_TW.qm
|
||||
|
||||
USERMANUALS = \
|
||||
user-manual.html \
|
||||
user-manual_es.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 += doc
|
||||
QMAKE_EXTRA_TARGETS += doc all
|
||||
|
@ -254,7 +258,8 @@ else: ICON = subsurface-icon.svg
|
|||
MANPAGE = subsurface.1
|
||||
XSLT_FILES = xslt
|
||||
ICONS_FILES = icons
|
||||
DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images
|
||||
DOC_FILES = Documentation/images
|
||||
for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Docuementation/$$MANUAL
|
||||
THEME_FILES = theme
|
||||
MARBLEDIR = marbledata/maps marbledata/bitmaps
|
||||
|
||||
|
|
Loading…
Reference in a new issue