From dee7bdd1ad8e9f98fd3089c0edbe9accdb01aac5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 Oct 2013 09:31:58 -0700 Subject: 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 --- subsurface.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'subsurface.pro') diff --git a/subsurface.pro b/subsurface.pro index f938bfa3a..afbc766e5 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -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 -- cgit v1.2.3-70-g09d2