summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-22 12:55:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-22 12:56:15 (GMT)
commit25c31f19559732056fe11d472ad85ef4840eefc8 (patch)
tree1dc56a48e2591f2ccc4c9a76833f83eb75e0dd14 /Help
parent2f3cf60711e60e16b9ee65a00f3440968c63f24e (diff)
parent6892002fcb60f241b0ebe59dfc4c38203cb135d3 (diff)
downloadCMake-25c31f19559732056fe11d472ad85ef4840eefc8.zip
CMake-25c31f19559732056fe11d472ad85ef4840eefc8.tar.gz
CMake-25c31f19559732056fe11d472ad85ef4840eefc8.tar.bz2
Merge topic 'tutorial-license-name' into release-3.23
6892002fcb Tutorial: Fix casing of reference to License.txt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7100
Diffstat (limited to 'Help')
-rw-r--r--Help/guide/tutorial/Packaging an Installer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst
index 55e74e0..0ee5db2 100644
--- a/Help/guide/tutorial/Packaging an Installer.rst
+++ b/Help/guide/tutorial/Packaging an Installer.rst
@@ -22,7 +22,7 @@ That is all there is to it. We start by including
libraries that are needed by the project for the current platform. Next we set
some CPack variables to where we have stored the license and version
information for this project. The version information was set earlier in this
-tutorial and the ``license.txt`` has been included in the top-level source
+tutorial and the ``License.txt`` has been included in the top-level source
directory for this step. The :variable:`CPACK_SOURCE_GENERATOR` variable
selects a file format for the source package.