Re: Coverage check for data files inclusion in dist

2009-07-02 Thread Alan D. Salewski
On Thu, Jul 02, 2009 at 12:15:22PM +0200, Christian Egli spake thus: > Hi all > > I work in a project where we ship a lot of data files. These files sit > in a subdirectory where Makefile.am lists them explicitly as follows: > > table_files = \ > ar-ar-g1.utb \ > ... > zh-tw.c

Coverage check for data files inclusion in dist

2009-07-02 Thread Christian Egli
Hi all I work in a project where we ship a lot of data files. These files sit in a subdirectory where Makefile.am lists them explicitly as follows: table_files = \ ar-ar-g1.utb \ ... zh-tw.ctb tablesdir = $(datadir)/liblouis/tables tables_DATA = $(table_files) EXTRA_DIST