20 lines
406 B
Makefile
20 lines
406 B
Makefile
## Makefile.am for tuxtype - data/themes/greek/words:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
themes_greek_wordsdir = $(pkgdatadir)/themes/greek/words
|
|
|
|
dist_themes_greek_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
|