Selaa lähdekoodia

Help: CPackIFWGenerator: explain relation to CPackIWF

* Make overview more focussed
* Explain the relation to CPackIFW
Joachim Wuttke (o) 5 vuotta sitten
vanhempi
sitoutus
e240371ab1
2 muutettua tiedostoa jossa 8 lisäystä ja 11 poistoa
  1. 7 10
      Help/cpack_gen/ifw.rst
  2. 1 1
      Modules/CPackIFW.cmake

+ 7 - 10
Help/cpack_gen/ifw.rst

@@ -1,23 +1,20 @@
 CPack IFW Generator
 CPack IFW Generator
 -------------------
 -------------------
 
 
-See :module:`CPackIFW` for details on the CPackIFW module.
-
 Overview
 Overview
 ^^^^^^^^
 ^^^^^^^^
 
 
-CPack ``IFW`` generator helps you to create online and offline
-binary cross-platform installers with a graphical user interface.
-
-CPack IFW generator prepares project installation and generates
+This :manual:`cpack generator <cpack-generators(7)>` generates
 configuration and meta information for the `Qt Installer Framework
 configuration and meta information for the `Qt Installer Framework
 <http://doc.qt.io/qtinstallerframework/index.html>`_ (QtIFW).
 <http://doc.qt.io/qtinstallerframework/index.html>`_ (QtIFW).
 
 
-The QtIFW provides a set of tools and utilities to create
-installers for the supported desktop Qt platforms: Linux, Microsoft Windows,
-and macOS.
+QtIFW provides tools and utilities to create installers for
+the platforms supported by `Qt <https://www.qt.io>`_: Linux,
+Microsoft Windows, and macOS.
 
 
-You should also install QtIFW to use CPack ``IFW`` generator.
+To make use of this generator, QtIFW should also be installed.
+The module :module:`CPackIFW` looks for the location of the
+QtIFW command-line utilities.
 
 
 Hints
 Hints
 ^^^^^
 ^^^^^

+ 1 - 1
Modules/CPackIFW.cmake

@@ -5,7 +5,7 @@
 CPackIFW
 CPackIFW
 --------
 --------
 
 
-This module looks for the location of the command line utilities supplied with the
+This module looks for the location of the command-line utilities supplied with the
 `Qt Installer Framework <http://doc.qt.io/qtinstallerframework/index.html>`_
 `Qt Installer Framework <http://doc.qt.io/qtinstallerframework/index.html>`_
 (QtIFW).
 (QtIFW).