summaryrefslogtreecommitdiff
path: root/qtdoc.pro
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-08 14:56:10 +0100
committerGeir Vattekar <geir.vattekar@digia.com>2012-11-08 15:06:33 +0100
commit8545467bbaa901f8529d79044d3aa43de5e950d1 (patch)
tree98fa1dc613e12c3a09eaa66ed4a67891d16b3985 /qtdoc.pro
parent107208edb14d22d0fb82332b473491ba5845b6b1 (diff)
downloadqtdoc-8545467bbaa901f8529d79044d3aa43de5e950d1.tar.gz
Enabling "make docs"
It was disabled for the Beta 2 docs, but for the final documentation, it is needed. Change-Id: I6a4ebac397fdfb7e21ea64f73731d02893053ba5 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'qtdoc.pro')
-rw-r--r--qtdoc.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/qtdoc.pro b/qtdoc.pro
index 6162f8c6..cba304ea 100644
--- a/qtdoc.pro
+++ b/qtdoc.pro
@@ -1,20 +1,2 @@
TEMPLATE = subdirs
SUBDIRS = doc # demos
-
-# Doc rules
-
-online_docs.CONFIG = recursive
-online_docs.recurse_target = online_docs
-online_docs.recurse = doc
-
-dita_docs.CONFIG = recursive
-dita_docs.recurse_target = dita_docs
-dita_docs.recurse = doc
-
-qch_docs.CONFIG = recursive
-qch_docs.recurse_target = qch_docs
-qch_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