mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
GNUInstallDirs: Add more info about DATADIR
This commit is contained in:
@@ -94,6 +94,12 @@ where ``<dir>`` is one of:
|
||||
read-only architecture-independent data root (``share``)
|
||||
``DATADIR``
|
||||
read-only architecture-independent data (``DATAROOTDIR``)
|
||||
|
||||
The ``DATADIR`` and ``DATAROOTDIR`` are treated separately so that
|
||||
``DATADIR`` can be customized for project-specific data files, while
|
||||
``DATAROOTDIR`` remains unchanged for standard architecture-independent
|
||||
locations ``INFODIR``, ``LOCALEDIR``, ``MANDIR``, and ``DOCDIR``.
|
||||
|
||||
``INFODIR``
|
||||
info documentation (``DATAROOTDIR/info``)
|
||||
``LOCALEDIR``
|
||||
|
||||
Reference in New Issue
Block a user