10 lines
226 B
Makefile
10 lines
226 B
Makefile
|
|
## Makefile.am for tuxtype - data/themes/french:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
|
||
|
|
SUBDIRS = scripts words
|
||
|
|
|
||
|
|
themes_frenchdir = $(pkgdatadir)/themes/french
|
||
|
|
|
||
|
|
dist_themes_french_DATA = keyboard.lst \
|
||
|
|
settings.txt
|