mirror of https://github.com/qt/qtdoc.git
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:
parent
107208edb1
commit
8545467bba
18
qtdoc.pro
18
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
|
||||
|
|
Loading…
Reference in New Issue