14 lines
313 B
Makefile
14 lines
313 B
Makefile
## Makefile.am for tuxtype - data/themes/french/words:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
themes_french_wordsdir = $(pkgdatadir)/themes/french/words
|
|
|
|
dist_themes_french_words_DATA = fingers.txt \
|
|
months.txt \
|
|
names.txt \
|
|
weekdays.txt \
|
|
words1.txt \
|
|
words2.txt \
|
|
words3.txt \
|
|
words4.txt
|