Automake supports the installation of miscellaneous data files using the `DATA' family of variables.
Such data can be installed in the directories datadir
,
sysconfdir
, sharedstatedir
, localstatedir
, or
pkgdatadir
.
By default, data files are not included in a distribution.
Here is how automake
installs its auxiliary data files:
pkgdata_DATA = clean-kr.am clean.am ...
Go to the first, previous, next, last section, table of contents.