11 lines
239 B
Makefile
11 lines
239 B
Makefile
## Makefile.am for tuxtype - data/themes/korean:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = words images
|
|
|
|
themes_koreandir = $(pkgdatadir)/themes/korean
|
|
|
|
dist_themes_korean_DATA = keyboard.lst \
|
|
phrases.txt \
|
|
settings.txt
|