diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2018-10-27 14:04:15 (GMT) |
---|---|---|
committer | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2018-11-08 19:27:49 (GMT) |
commit | 85498fccd8ac1dd7345d995e52e1bf63d663071e (patch) | |
tree | 49426953c4d5a313024928208190c87cdef686bf /Help/manual/cmake-language.7.rst | |
parent | e24ef9694275b9345bf08cf46ca1cf064b34813b (diff) | |
download | CMake-85498fccd8ac1dd7345d995e52e1bf63d663071e.zip CMake-85498fccd8ac1dd7345d995e52e1bf63d663071e.tar.gz CMake-85498fccd8ac1dd7345d995e52e1bf63d663071e.tar.bz2 |
Help: Provide backreferences.
Short intro to pages cmake-variables.7 and cmake-env-variables.7,
with backlinks to cmake-language.7.
Diffstat (limited to 'Help/manual/cmake-language.7.rst')
-rw-r--r-- | Help/manual/cmake-language.7.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst index ef5bb50..1b5281a 100644 --- a/Help/manual/cmake-language.7.rst +++ b/Help/manual/cmake-language.7.rst @@ -557,11 +557,11 @@ Otherwise, the variable reference evaluates to an empty string. The ``$CACHE{VAR}`` syntax can be used to do direct cache entry lookups. -The :manual:`cmake-variables(7)` manual documents many variables +The :manual:`cmake-variables(7)` manual documents the many variables that are provided by CMake or have meaning to CMake when set by project code. -.. _`CMake Language Lists`: +.. _`CMake Language Environment Variables`: Environment Variables ===================== @@ -589,6 +589,7 @@ Initialization The :manual:`cmake-env-variables(7)` manual documents environment variables that have special meaning to CMake. +.. _`CMake Language Lists`: Lists ===== |