From 51f838f8a865f0d5e7163fdfcf96e9a9c4a5d123 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Mon, 21 Jul 2025 11:34:57 -0400 Subject: [PATCH] Help: Add `listfile` definition to man pages The term `listfile` was previously used without a definition in the man pages, e.g., `CMAKE_CURRENT_LIST_FILE` in `cmake-variables(7)`. Closes: #18512 --- Help/manual/cmake-language.7.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst index d590b5a4fd..908c46ceff 100644 --- a/Help/manual/cmake-language.7.rst +++ b/Help/manual/cmake-language.7.rst @@ -12,6 +12,8 @@ Organization CMake input files are written in the "CMake Language" in source files named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension. +The term *listfile* is a general name for any such source file containing +CMake commands that the tool processes. CMake Language source files in a project are organized into: