summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-02-01 22:16:42 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2023-02-03 22:19:13 (GMT)
commit8a7aa2642bcc63b0434b1e5a212931cd96d27e31 (patch)
tree56d396e86307b2442f447d199d98931bdb0ad598 /Help/variable
parent77610c6cf0fd18586eaaf4b328936f79683afd34 (diff)
downloadCMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.zip
CMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.tar.gz
CMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.tar.bz2
Help: add documentation for Kate-related variable
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst b/Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst
new file mode 100644
index 0000000..c830332
--- /dev/null
+++ b/Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst
@@ -0,0 +1,11 @@
+CMAKE_KATE_MAKE_ARGUMENTS
+-------------------------
+
+.. versionadded:: 3.0
+
+This cache variable is used by the Kate project generator. See
+:manual:`cmake-generators(7)`.
+
+This variable holds arguments which are used when Kate invokes the make
+tool. By default it is initialized to hold flags to enable parallel builds
+(using -j typically).