mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Fix bug in Documentation make invocation
Without the trailing slash the Makefile in Documentation would create the wrong target name (with run-together path / filename) and therefore would always recompile the documentation. And we don't need to check that the Documentation directory exists - it's part of our sources... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
66c04092d2
commit
dee7bdd1ad
1 changed files with 1 additions and 2 deletions
|
@ -143,8 +143,7 @@ TRANSLATIONS = \
|
|||
translations/subsurface_sk_SK.ts \
|
||||
translations/subsurface_sv_SE.ts
|
||||
|
||||
doc.commands = $(CHK_DIR_EXISTS) Documentation || $(MKDIR) Documentation
|
||||
doc.commands += $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation doc
|
||||
doc.commands += $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
|
||||
all.depends += doc
|
||||
QMAKE_EXTRA_TARGETS += doc all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue