automake: Data

1 
1 9.3 Architecture-independent data files
1 =======================================
1 
1 Automake supports the installation of miscellaneous data files using the
1 ‘DATA’ family of variables.
1 
1    Such data can be installed in the directories ‘datadir’,
1 ‘sysconfdir’, ‘sharedstatedir’, ‘localstatedir’, or ‘pkgdatadir’.
1 
1    By default, data files are _not_ included in a distribution.  Of
1 course, you can use the ‘dist_’ prefix to change this on a per-variable
1 basis.
1 
1    Here is how Automake declares its auxiliary data files:
1 
1      dist_pkgdata_DATA = clean-kr.am clean.am ...
1