11 lines
232 B
Makefile
11 lines
232 B
Makefile
## Makefile.am for tuxtype - data/themes/oriya:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = words
|
|
|
|
themes_oriyadir = $(pkgdatadir)/themes/oriya
|
|
|
|
dist_themes_oriya_DATA = keyboard.lst \
|
|
alphabet.txt \
|
|
settings.txt
|