summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-01 15:25:01 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-01 15:28:09 (GMT)
commit074501c479de2e7e68c77054ef98b2b787021b55 (patch)
treebe629f931c2194ae0f5c9cee0e09b346552e55f3 /tools
parenta4f3cd9d7e67a8335d941321d7b8d6406d9907d6 (diff)
downloadQt-074501c479de2e7e68c77054ef98b2b787021b55.zip
Qt-074501c479de2e7e68c77054ef98b2b787021b55.tar.gz
Qt-074501c479de2e7e68c77054ef98b2b787021b55.tar.bz2
fix qdoc doc generation
as a side effect, the target is now named html-docs instead of docs to be consistent with the qt docs.
Diffstat (limited to 'tools')
-rw-r--r--tools/qdoc3/qdoc3.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index ae0bf25..d47e066 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -120,9 +120,9 @@ SOURCES += apigenerator.cpp \
qtPrepareTool(QDOC, qdoc3)
-docs.commands = $$QDOC qdoc-manual.qdocconf
+html-docs.commands = cd \"$$PWD/doc\" && $$QDOC qdoc-manual.qdocconf
-QMAKE_EXTRA_TARGETS += docs
+QMAKE_EXTRA_TARGETS += html-docs
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target