aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-01-29 11:56:29 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-29 12:53:53 +0100
commit7208d8ace2f3291ec3c6e30827ed4f99a9e333e6 (patch)
tree40fa14c774bc4d24f5027774e388f742fa591fd3 /doc/doc.pri
parent032ff5024ba544f2526b8e1d12c426e477b17e3b (diff)
Doc: remove online docs
They are awfully broken and there's just no point in having these. Change-Id: I3d1cad5610da2f3ec6b493182674a027d2878ba3 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index a2871a232..88d7acf6f 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -40,9 +40,6 @@ html_docs.commands = $$QDOC $$PWD/qbs.qdocconf
html_docs.depends += $$HELP_DEP_FILES
html_docs.files = $$QHP_FILE
-html_docs_online.commands = $$QDOC $$PWD/qbs-online.qdocconf
-html_docs_online.depends += $$HELP_DEP_FILES
-
qch_docs.commands = $$HELPGENERATOR -o \"$$QCH_FILE\" $$QHP_FILE
qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
@@ -53,9 +50,8 @@ unix:!macx {
INSTALLS += qch_docs
}
-docs_online.depends = html_docs_online
docs.depends = qch_docs
-QMAKE_EXTRA_TARGETS += html_docs html_docs_online qch_docs docs docs_online
+QMAKE_EXTRA_TARGETS += html_docs qch_docs docs
fixnavi.commands = \
cd $$targetPath($$PWD) && \