summaryrefslogtreecommitdiffstats
path: root/qtdoc.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-11 16:31:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 10:59:15 +0200
commit529cc0544bf106b752f27deb3bd6327ff0c56f39 (patch)
tree6fb3259aaa35449a0f0da3b32cd3410435d7a65e /qtdoc.pro
parenta8217f5d94f36e26d82ecd806b566d8de0f78d6d (diff)
Prevent 'make docs' (from qt5.git) from generating monolithic docs
We don't want to recurse into the qtdoc repo and do a full monolithic doc build as part of a modularized docs build of qt5.git. At some point we'll have to factor out the global/generic docs out of this repo into a qglobaldocs repo, or just throw away all the monotholitic stuff and keep the generic docs here. Change-Id: I646350ca2dea0756877179b39519616ef7e173ff Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Johanna Äijälä <johanna.aijala@digia.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'qtdoc.pro')
-rw-r--r--qtdoc.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/qtdoc.pro b/qtdoc.pro
index 3230fdb7b..c6e0ef9e0 100644
--- a/qtdoc.pro
+++ b/qtdoc.pro
@@ -15,9 +15,7 @@ qch_docs.CONFIG = recursive
qch_docs.recurse_target = qch_docs
qch_docs.recurse = doc
-docs.CONFIG = recursive
-docs.recurse_target = docs
-docs.recurse = doc
+docs.commands = @echo $$shell_quote(Please use specific targets for monolithic docs (online_docs, dita_docs, qch_docs))
QMAKE_EXTRA_TARGETS += online_docs qch_docs docs dita_docs