diff options
Diffstat (limited to 'Help/release/dev/install-defaults.rst')
-rw-r--r-- | Help/release/dev/install-defaults.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/dev/install-defaults.rst b/Help/release/dev/install-defaults.rst deleted file mode 100644 index 4f31b7e..0000000 --- a/Help/release/dev/install-defaults.rst +++ /dev/null @@ -1,12 +0,0 @@ -install-defaults ----------------- - -* The ``TARGETS`` variant of the :command:`install` command learned how to - install to an appropriate default directory for a given target type, based - on variables from the :module:`GNUInstallDirs` module and built-in defaults, - in lieu of a ``DESTINATION`` argument. -* The ``FILES`` and ``DIRECTORY`` variants of the :command:`install` command - learned a new set of parameters for installing files as a file type, setting - the destination based on the appropriate variables from - :module:`GNUInstallDirs` and built-in defaults, in lieu of a ``DESTINATION`` - argument. |