]> git.lyx.org Git - features.git/blob - lib/lyx2lyx/Makefile.am
Update Makefile.am with new and renamed files.
[features.git] / lib / lyx2lyx / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 CLEANFILES += *.pyc *.pyo
4
5 EXTRA_DIST = lyx2lyx_version.py.in
6
7 lyx2lyxdir = $(pkgdatadir)/lyx2lyx
8 # We cannot use dist_lyx2lyx_SCRIPTS for lyx2lyx, since a possible
9 # version-suffix would get appended to the names. So we use dist_scripts_DATA
10 # and chmod manually in install-data-hook.
11 dist_lyx2lyx_PYTHON = \
12         lyx2lyx \
13         lyx2lyx_version.py \
14         lyx2lyx_lang.py \
15         generate_enconding_info.py \
16         parser_tools.py \
17         LyX.py \
18         lyx_0_06.py \
19         lyx_0_08.py \
20         lyx_0_10.py \
21         lyx_0_12.py \
22         lyx_1_0.py \
23         lyx_1_1.py \
24         lyx_1_1_5.py \
25         lyx_1_1_6_0.py \
26         lyx_1_1_6_3.py \
27         lyx_1_2.py \
28         lyx_1_3.py \
29         lyx_1_4.py \
30         lyx_1_5.py \
31         profiling.py \
32         test_parser_tools.py