diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 15:25:01 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 15:28:09 (GMT) |
commit | 074501c479de2e7e68c77054ef98b2b787021b55 (patch) | |
tree | be629f931c2194ae0f5c9cee0e09b346552e55f3 /tools | |
parent | a4f3cd9d7e67a8335d941321d7b8d6406d9907d6 (diff) | |
download | Qt-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.pro | 4 |
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 |