1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
## Process this file with automake to produce Makefile.in
pkgdata_DATA = gtypist.typ \
c.typ \
d.typ \
m.typ \
n.typ \
q.typ \
r.typ \
s.typ \
t.typ \
u.typ \
v.typ \
esp.typ \
cs.typ \
ru.typ \
ttde.typ \
demo.typ \
ktbg.typ \
ktbg_long.typ \
ktde.typ \
ktde2.typ \
ktde_neo.typ \
ktde_number.typ \
ktdk.typ \
ktdk2.typ \
ktdvorak.typ \
ktdvorak_abcd.typ \
ktdvorak_es.typ \
kten.typ \
ktes.typ \
ktes_cat.typ \
ktfi.typ \
ktfi_kids.typ \
ktfr.typ \
ktfr2.typ \
kthu.typ \
kthu_expert.typ \
ktit.typ \
ktnl.typ \
ktnl_junior.typ \
ktno.typ \
ktpl.typ \
ktru.typ \
ktru_long.typ \
ktru_slava.typ \
ktsi.typ \
kttr.typ
EXTRA_DIST= $(pkgdata_DATA)
|