From: Debian Qt/KDE Maintainers Date: Fri, 1 May 2015 19:35:39 +0000 (+0000) Subject: Build HTML documentation suited for offline usage X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ded29d9e24a65650597cd85f558b366d95ab6ba;p=qt4-x11.git Build HTML documentation suited for offline usage Currently, the generated documentation includes a search box which relies on an external search service, and which does not work for local usage. Therefore, the generated search box does not work and confuses users, so it is best to build the documentation in offline format which does not include the search box, but does also not confuse users. Gbp-Pq: Name qtdoc-build-offline-docs.patch --- diff --git a/doc/doc.pri b/doc/doc.pri index ea2fb2ee3..523c38784 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -35,7 +35,7 @@ $$unixstyle { EXAMPLESMANIFESTTARGET = $$replace(EXAMPLESMANIFESTTARGET, "/", "\\") DEMOSMANIFESTTARGET = $$replace(DEMOSMANIFESTTARGET, "/", "\\") } -ADP_DOCS_QDOCCONF_FILE = qt-build-docs-online.qdocconf +ADP_DOCS_QDOCCONF_FILE = qt-build-docs.qdocconf DITA_DOCS_QDOCCONF_FILE = qt-ditaxml.qdocconf QT_DOCUMENTATION = ($$QDOC qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ linguist.qdocconf qmake.qdocconf qdeclarative.qdocconf) && \