aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 09:38:03 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 09:38:03 -0700
commitde6ee1f8a950cd6af24dfcb72888140d3e5be2f4 (patch)
treeb5d1701bc1ebe86114329093933f9cb78223c2b8
parentb70c877b3ce56155107791e3c38a4c9c4d915dff (diff)
downloadsubsurface-de6ee1f8a950cd6af24dfcb72888140d3e5be2f4.tar.gz
ENABLE_PLANNER is obsolete
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--subsurface.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 72e53225a..98d436fbf 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -242,7 +242,7 @@ USERMANUALS = \
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
-docclean.commands += $(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation ENABLE_PLANNER=$$ENABLE_PLANNER clean
+docclean.commands += $(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation clean
usermanual.depends += doc
usermanual.target = $$OUT_PWD/Documentation/user-manual.html
QMAKE_EXTRA_TARGETS += doc docclean usermanual all