install-defaults.rst 612 B

123456789101112
  1. install-defaults
  2. ----------------
  3. * The ``TARGETS`` variant of the :command:`install` command learned how to
  4. install to an appropriate default directory for a given target type, based
  5. on variables from the :module:`GNUInstallDirs` module and built-in defaults,
  6. in lieu of a ``DESTINATION`` argument.
  7. * The ``FILES`` and ``DIRECTORY`` variants of the :command:`install` command
  8. learned a new set of parameters for installing files as a file type, setting
  9. the destination based on the appropriate variables from
  10. :module:`GNUInstallDirs` and built-in defaults, in lieu of a ``DESTINATION``
  11. argument.