aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-07-05 14:55:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-06 13:26:59 +0200
commita145dba33484409884851db2a0e2a3d4c82f4e91 (patch)
tree2daa1c7c4021f27fc9a7292ec006c69d252813b4 /README
parent94eef4e5f768debc1cd21765852fce0d33461f36 (diff)
Doc: specified how to install documentation
Added command "make install_docs" Task-number: QTBUG-32212 Change-Id: Ic5bfd76bf7233565616b8c248ce3ccdeb05f8803 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index b21547cd..54f95bcf 100644
--- a/README
+++ b/README
@@ -127,12 +127,13 @@ HOW TO BUILD QT5
Documentation
=============
- After the configure step, building the documentation is possible by running
+ After configuring and compiling Qt, building the documentation is possible by running
"make docs".
- Example:
- ./configure -prefix $PWD/qtbase -opensource
- make docs
+ After having built the documentation, you need to install it with the following
+ command:
+
+ make install_docs
The documentation is installed in the path set to $QT_INSTALL_DOCS.
Running "qmake -query" will list the value of QT_INSTALL_DOCS.