revamp doc generation targets
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Mon, 26 Nov 2012 20:17:27 +0000 (21:17 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 27 Nov 2012 18:31:21 +0000 (19:31 +0100)
commit6133c8a9e7ab5e1eed2fa7d0ee2a61ace4bea65e
tree4cc8a0b0aafae8773993739aa9c654ecf9f3a6ec
parent80b99a6dd74c07a1140ab14459b73171b9e681dc
revamp doc generation targets

- the old docs target becomes html_docs
- a new qch_docs target is added. the .qch files end up directly in
  QT_INSTALL_DOCS, wihout any subdirectories in between
- the new docs target invokes html_docs and qch_docs
- respective un-/install targets are added as well. note that the
  install targets don't depend on the build targets, as it's virtually
  impossible to get the dependencies right throughout the hierarchy.

Change-Id: I07a2589db8252371e77cf925c47c4e59fbd1b2ca
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
mkspecs/features/default_post.prf
mkspecs/features/qt_installs.prf
mkspecs/features/qt_module.prf