From a145dba33484409884851db2a0e2a3d4c82f4e91 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 5 Jul 2013 14:55:14 +0200 Subject: Doc: specified how to install documentation Added command "make install_docs" Task-number: QTBUG-32212 Change-Id: Ic5bfd76bf7233565616b8c248ce3ccdeb05f8803 Reviewed-by: Jerome Pasion Reviewed-by: Martin Smith --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') 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. -- cgit v1.2.3