20 lines
422 B
Makefile
20 lines
422 B
Makefile
|
|
## Makefile.am for tuxtype - data/themes/ukrainian/words:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
|
||
|
|
themes_ukrainian_wordsdir = $(pkgdatadir)/themes/ukrainian/words
|
||
|
|
|
||
|
|
dist_themes_ukrainian_words_DATA = alphabet.txt \
|
||
|
|
animals.txt \
|
||
|
|
astronomy.txt \
|
||
|
|
colors.txt \
|
||
|
|
fingers.txt \
|
||
|
|
fruit.txt \
|
||
|
|
geography.txt \
|
||
|
|
numbers.txt \
|
||
|
|
plants.txt \
|
||
|
|
shapes.txt \
|
||
|
|
trees.txt \
|
||
|
|
words1.txt \
|
||
|
|
words2.txt \
|
||
|
|
words3.txt
|