diff options
author | Brad King <brad.king@kitware.com> | 2015-06-19 12:51:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-19 12:51:45 (GMT) |
commit | 41cd8547c4780e4db383591307c9330dd9775703 (patch) | |
tree | 5bb70265e898ff1ec9b054b3139b7e3d2f635e91 /Help/release | |
parent | a53f1af79f5b602751d2a3a68e3eb36deba53c23 (diff) | |
parent | 8bcec4d22993614e746fdbae54ba66862a85dfe1 (diff) | |
download | CMake-41cd8547c4780e4db383591307c9330dd9775703.zip CMake-41cd8547c4780e4db383591307c9330dd9775703.tar.gz CMake-41cd8547c4780e4db383591307c9330dd9775703.tar.bz2 |
Merge topic 'GNUInstallDirs-special-prefixes'
8bcec4d2 Help: Add notes for topic 'GNUInstallDirs-special-prefixes'
c8bd37ec GNUInstallDirs: Add special cases for certain prefixes
5f30f175 GNUInstallDirs: Add test cases
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/GNUInstallDirs-special-prefixes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/GNUInstallDirs-special-prefixes.rst b/Help/release/dev/GNUInstallDirs-special-prefixes.rst new file mode 100644 index 0000000..83c1352 --- /dev/null +++ b/Help/release/dev/GNUInstallDirs-special-prefixes.rst @@ -0,0 +1,9 @@ +GNUInstallDirs-special-prefixes +------------------------------- + +* The :module:`GNUInstallDirs` module learned special default values + for certain installation prefixes according to the `GNU Coding + Standards`_ and the `Filesystem Hierarchy Standard`_. + +.. _`GNU Coding Standards`: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html +.. _`Filesystem Hierarchy Standard`: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html |