12 lines
253 B
Makefile
12 lines
253 B
Makefile
## Makefile.am for tuxtype - data/themes/bengali:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = words
|
|
|
|
themes_bengalidir = $(pkgdatadir)/themes/bengali
|
|
|
|
dist_themes_bengali_DATA = keyboard.lst \
|
|
alphabet.txt \
|
|
phrases.txt \
|
|
settings.txt
|