11 lines
238 B
Makefile
11 lines
238 B
Makefile
## Makefile.am for tuxtype - data/themes/greek:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = scripts words
|
|
|
|
themes_greekdir = $(pkgdatadir)/themes/greek
|
|
|
|
dist_themes_greek_DATA = keyboard.lst \
|
|
phrases.txt \
|
|
settings.txt
|