12 lines
276 B
Makefile
12 lines
276 B
Makefile
|
|
## Makefile.am for tuxtype - data/themes/wolof/words:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
|
||
|
|
themes_wolof_wordsdir = $(pkgdatadir)/themes/wolof/words
|
||
|
|
|
||
|
|
dist_themes_wolof_words_DATA = names.txt \
|
||
|
|
plants.txt \
|
||
|
|
words1.txt \
|
||
|
|
words2.txt \
|
||
|
|
words3.txt \
|
||
|
|
words4.txt
|