11 lines
261 B
Makefile
11 lines
261 B
Makefile
|
|
## Makefile.am for tuxtype - data/themes/hungarian:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
|
||
|
|
SUBDIRS = words images scripts
|
||
|
|
|
||
|
|
themes_hungariandir = $(pkgdatadir)/themes/hungarian
|
||
|
|
|
||
|
|
dist_themes_hungarian_DATA = keyboard.lst \
|
||
|
|
settings.txt \
|
||
|
|
phrases.txt
|