11 lines
231 B
Makefile
11 lines
231 B
Makefile
## Makefile.am for tuxtype - data/themes/tamil:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = words
|
|
|
|
themes_tamildir = $(pkgdatadir)/themes/tamil
|
|
|
|
dist_themes_tamil_DATA = keyboard.lst \
|
|
phrases.txt \
|
|
settings.txt
|