1## Makefile.am fragment for alphabets/russian/.
2
3## Copyright (C) 2004-2005 by Gour.
4## Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
5##
6##
7## This program is free software; you can redistribute it and/or
8## modify it under the terms of the GNU General Public License as
9## published by the Free Software Foundation; either version 2 of the
10## License, or (at your option) any later version.
11##
12## This program is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15## General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with this program in the file COPYING; if not, write to the
19## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20## Boston, MA 02110-1301 USA.
21
22nobase_nodist_lang_DATA += \
23	russian/cp1251-lang.xdy \
24	russian/cp1251-test.xdy \
25	russian/cp1251.xdy \
26	russian/iso88595-lang.xdy \
27	russian/iso88595-test.xdy \
28	russian/iso88595.xdy \
29	russian/koi8-r-lang.xdy \
30	russian/koi8-r-test.xdy \
31	russian/koi8-r.xdy \
32	russian/translit-iso-utf8-lang.xdy \
33	russian/translit-iso-utf8-test.xdy \
34	russian/translit-iso-utf8.xdy \
35	russian/utf8-lang.xdy \
36	russian/utf8-test.xdy \
37	russian/utf8.xdy
38
39EXTRA_DIST += \
40	russian/cp1251.pl \
41	russian/iso88595.pl \
42	russian/koi8-r.pl \
43	russian/translit-iso-utf8.pl.in \
44	russian/utf8.pl.in
45
46DISTCLEANFILES += \
47	russian/translit-iso-utf8.pl \
48	russian/utf8.pl
49
50DOCS_CYR_1251 += \
51	russian/cp1251-doc.tex
52DOCS_CYR_ISO88595 += \
53	russian/iso88595-doc.tex
54DOCS_CYR_KOI8_R += \
55	russian/koi8-r-doc.tex
56DOCS_UTF8_LAT += \
57	russian/translit-iso-utf8-doc.tex
58DOCS_UTF8_CYR += \
59	russian/utf8-doc.tex
60
61