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>
This commit is contained in:
Nico Vertriest
2013-07-05 14:55:14 +02:00
committed by The Qt Project
parent 94eef4e5f7
commit a145dba334

9
README
View File

@@ -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.