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
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