10 lines
243 B
Makefile
10 lines
243 B
Makefile
|
|
## Makefile.am for tuxtype - data/thai/words:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
|
||
|
|
themes_thai_wordsdir = $(pkgdatadir)/themes/thai/words
|
||
|
|
|
||
|
|
dist_themes_thai_words_DATA = Animals.txt \
|
||
|
|
Colors.txt \
|
||
|
|
Fruit.txt \
|
||
|
|
Thai_Alphabet.txt
|