diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-11 09:38:03 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-11 09:38:03 -0700 |
commit | de6ee1f8a950cd6af24dfcb72888140d3e5be2f4 (patch) | |
tree | b5d1701bc1ebe86114329093933f9cb78223c2b8 /subsurface.pro | |
parent | b70c877b3ce56155107791e3c38a4c9c4d915dff (diff) | |
download | subsurface-de6ee1f8a950cd6af24dfcb72888140d3e5be2f4.tar.gz |
ENABLE_PLANNER is obsolete
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
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 |