11 lines
235 B
Makefile
11 lines
235 B
Makefile
## Makefile.am for tuxtype - data/themes/nepali:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
SUBDIRS = words
|
|
|
|
themes_nepalidir = $(pkgdatadir)/themes/nepali
|
|
|
|
dist_themes_nepali_DATA = authors.txt \
|
|
keyboard.lst \
|
|
settings.txt
|