11 lines
256 B
Makefile
11 lines
256 B
Makefile
|
|
## Makefile.am for tuxtype - braille/im:
|
||
|
|
## Process with Automake to create Makefile.in
|
||
|
|
brailledir = $(pkgdatadir)/braille
|
||
|
|
dist_braille_DATA = english.txt \
|
||
|
|
hindi.txt \
|
||
|
|
malayalam.txt \
|
||
|
|
numerical.txt \
|
||
|
|
espanol.txt \
|
||
|
|
tamil.txt \
|
||
|
|
kannada.txt
|