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>
This commit is contained in:
Jerome Pasion 2012-11-08 14:56:10 +01:00 committed by Geir Vattekar
parent 107208edb1
commit 8545467bba
1 changed files with 0 additions and 18 deletions

View File

@ -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