diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 15:32:56 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 15:32:56 (GMT) |
commit | 765d2768f11641f5d22d8e3203f709fc8cd284ac (patch) | |
tree | 995705e8b2889f5ebd6db80ebd445da591678620 /Help/manual/cpack.1.rst | |
parent | 8ffc5e1bbbcf0307562e0045f7c5ada64415c15b (diff) | |
download | CMake-765d2768f11641f5d22d8e3203f709fc8cd284ac.zip CMake-765d2768f11641f5d22d8e3203f709fc8cd284ac.tar.gz CMake-765d2768f11641f5d22d8e3203f709fc8cd284ac.tar.bz2 |
Help: Turn some mentions of options into links on executables man page
Diffstat (limited to 'Help/manual/cpack.1.rst')
-rw-r--r-- | Help/manual/cpack.1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cpack.1.rst b/Help/manual/cpack.1.rst index f833f07..4861e95 100644 --- a/Help/manual/cpack.1.rst +++ b/Help/manual/cpack.1.rst @@ -26,12 +26,12 @@ All supported generators are specified in the :manual:`cpack-generators <cpack-generators(7)>` manual. The command ``cpack --help`` prints a list of generators supported for the target platform. Which of them are to be used can be selected through the :variable:`CPACK_GENERATOR` variable -or through the command-line option ``-G``. +or through the command-line option :option:`-G <cpack -G>`. The **cpack** program is steered by a configuration file written in the :manual:`CMake language <cmake-language(7)>`. Unless chosen differently -through the command-line option ``--config``, the file ``CPackConfig.cmake`` -in the current directory is used. +through the command-line option :option:`--config <cpack --config>`, the +file ``CPackConfig.cmake`` in the current directory is used. In the standard CMake workflow, the file ``CPackConfig.cmake`` is generated by the :manual:`cmake <cmake(1)>` executable, provided the :module:`CPack` |