mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
Help: Fix typos and grammar in pre-3.29 docs
This commit is contained in:
@@ -56,7 +56,7 @@ step finished normally, ends with a ``...`` document marker line:
|
|||||||
A new document is appended to the log every time CMake configures
|
A new document is appended to the log every time CMake configures
|
||||||
the build tree and logs new events.
|
the build tree and logs new events.
|
||||||
|
|
||||||
The keys of the each document root mapping are:
|
The keys of each document root mapping are:
|
||||||
|
|
||||||
``events``
|
``events``
|
||||||
A YAML block sequence of nodes corresponding to events logged during
|
A YAML block sequence of nodes corresponding to events logged during
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ Helper functions which are used by the above ones
|
|||||||
Name of the variable in which the list of keys is stored
|
Name of the variable in which the list of keys is stored
|
||||||
|
|
||||||
``<fileN>``
|
``<fileN>``
|
||||||
filename(s) as given to to CSharp target using :command:`add_library`
|
filename(s) as given to CSharp target using :command:`add_library`
|
||||||
or :command:`add_executable`
|
or :command:`add_executable`
|
||||||
|
|
||||||
In some way the function applies a canonicalization to the source names.
|
In some way the function applies a canonicalization to the source names.
|
||||||
|
|||||||
@@ -861,7 +861,7 @@ function(cpack_rpm_generate_package)
|
|||||||
|
|
||||||
# If rpmbuild is found
|
# If rpmbuild is found
|
||||||
# we try to discover alien since we may be on non RPM distro like Debian.
|
# we try to discover alien since we may be on non RPM distro like Debian.
|
||||||
# In this case we may try to to use more advanced features
|
# In this case we may try to use more advanced features
|
||||||
# like generating RPM directly from DEB using alien.
|
# like generating RPM directly from DEB using alien.
|
||||||
# FIXME feature not finished (yet)
|
# FIXME feature not finished (yet)
|
||||||
find_program(ALIEN_EXECUTABLE alien)
|
find_program(ALIEN_EXECUTABLE alien)
|
||||||
|
|||||||
Reference in New Issue
Block a user