diff options
author | Kitware Robot <kwrobot@kitware.com> | 2020-07-06 14:14:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-06 14:23:20 (GMT) |
commit | 496ec6036fb2b4ebbae000ee362cdfb7704d08de (patch) | |
tree | be76911aac9636943abd9abde6f756fd1c7d8cd4 /Help/prop_inst | |
parent | 0c87afceab51e59537026b9fc39ed3b290e3e54d (diff) | |
download | CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.zip CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.gz CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.bz2 |
Help: Add Sphinx 'versionadded' directives to each top-level document
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.
Issue: #19715
Diffstat (limited to 'Help/prop_inst')
-rw-r--r-- | Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst | 2 | ||||
-rw-r--r-- | Help/prop_inst/CPACK_NEVER_OVERWRITE.rst | 2 | ||||
-rw-r--r-- | Help/prop_inst/CPACK_PERMANENT.rst | 2 | ||||
-rw-r--r-- | Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst | 2 | ||||
-rw-r--r-- | Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst | 2 | ||||
-rw-r--r-- | Help/prop_inst/CPACK_WIX_ACL.rst | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst b/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst index 729ab60..55e9a20 100644 --- a/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst +++ b/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst @@ -1,6 +1,8 @@ CPACK_DESKTOP_SHORTCUTS ----------------------- +.. versionadded:: 3.3 + Species a list of shortcut names that should be created on the `Desktop` for this file. diff --git a/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst b/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst index 4789e25..12eef9e 100644 --- a/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst +++ b/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst @@ -1,6 +1,8 @@ CPACK_NEVER_OVERWRITE --------------------- +.. versionadded:: 3.1 + Request that this file not be overwritten on install or reinstall. The property is currently only supported by the :cpack_gen:`CPack WIX Generator`. diff --git a/Help/prop_inst/CPACK_PERMANENT.rst b/Help/prop_inst/CPACK_PERMANENT.rst index 985de0d..e89c552 100644 --- a/Help/prop_inst/CPACK_PERMANENT.rst +++ b/Help/prop_inst/CPACK_PERMANENT.rst @@ -1,6 +1,8 @@ CPACK_PERMANENT --------------- +.. versionadded:: 3.1 + Request that this file not be removed on uninstall. The property is currently only supported by the :cpack_gen:`CPack WIX Generator`. diff --git a/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst b/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst index d9208b9..e896acd 100644 --- a/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst +++ b/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst @@ -1,6 +1,8 @@ CPACK_STARTUP_SHORTCUTS ----------------------- +.. versionadded:: 3.3 + Species a list of shortcut names that should be created in the `Startup` folder for this file. diff --git a/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst b/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst index 092334a..fb8807f 100644 --- a/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst +++ b/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst @@ -1,6 +1,8 @@ CPACK_START_MENU_SHORTCUTS -------------------------- +.. versionadded:: 3.3 + Species a list of shortcut names that should be created in the `Start Menu` for this file. diff --git a/Help/prop_inst/CPACK_WIX_ACL.rst b/Help/prop_inst/CPACK_WIX_ACL.rst index c88f426..8b4fb5c 100644 --- a/Help/prop_inst/CPACK_WIX_ACL.rst +++ b/Help/prop_inst/CPACK_WIX_ACL.rst @@ -1,6 +1,8 @@ CPACK_WIX_ACL ------------- +.. versionadded:: 3.1 + Specifies access permissions for files or directories installed by a WiX installer. |