mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 03:03:23 +00:00
Attempt at telling Makefile how to build the user manual
Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d051399229
commit
49dac1d129
1 changed files with 4 additions and 2 deletions
|
@ -241,9 +241,11 @@ USERMANUALS = \
|
|||
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
|
||||
all.depends += usermanual
|
||||
docclean.commands += $(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation ENABLE_PLANNER=$$ENABLE_PLANNER clean
|
||||
QMAKE_EXTRA_TARGETS += doc docclean all
|
||||
usermanual.depends += doc
|
||||
usermanual.target = $$OUT_PWD/Documentation/user-manual.html
|
||||
QMAKE_EXTRA_TARGETS += doc docclean usermanual all
|
||||
CLEAN_DEPS += docclean
|
||||
|
||||
marbledata.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/marbledata || $(COPY_DIR) $$PWD/marbledata $$OUT_PWD
|
||||
|
|
Loading…
Add table
Reference in a new issue