diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-11-03 23:02:05 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-11-06 05:42:38 (GMT) |
commit | 12deb051b368afcec39f58f9e3beb1c702051e74 (patch) | |
tree | 93b0fc8b05a0d93eb5986d174a879a901c87887d /Help/cpack_gen/freebsd.rst | |
parent | 20d5e77a270639a124fea587bb68b2fb6a5356fc (diff) | |
download | CMake-12deb051b368afcec39f58f9e3beb1c702051e74.zip CMake-12deb051b368afcec39f58f9e3beb1c702051e74.tar.gz CMake-12deb051b368afcec39f58f9e3beb1c702051e74.tar.bz2 |
Help: Use correct CPack generator names
CPack generator names were not used consistently
throughout the documentation, resulting in ambiguity
about what the correct name was for use with the
`cpack -G` option. With the changes in this commit, the
cpack-generators(7) page of the manual now shows the
correct names and other help pages no longer use
inconsistent or incorrect names.
Diffstat (limited to 'Help/cpack_gen/freebsd.rst')
-rw-r--r-- | Help/cpack_gen/freebsd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/cpack_gen/freebsd.rst b/Help/cpack_gen/freebsd.rst index 2419057..b22ea9a 100644 --- a/Help/cpack_gen/freebsd.rst +++ b/Help/cpack_gen/freebsd.rst @@ -13,7 +13,7 @@ depending on the installed package-management tools -- using :module:`CPack`. The CPack FreeBSD generator is a :module:`CPack` generator and uses the ``CPACK_XXX`` variables used by :module:`CPack`. It tries to re-use packaging information that may already be specified for Debian packages for the -:cpack_gen:`CPack Deb Generator`. It also tries to re-use RPM packaging +:cpack_gen:`CPack DEB Generator`. It also tries to re-use RPM packaging information when Debian does not specify. The CPack FreeBSD generator should work on any host with libpkg installed. The |