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