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