]> git.lyx.org Git - lyx.git/blob - lib/lyx2lyx/Makefile.am
a7dca42b5547fd3bbe19416a526fe3318c1b1321
[lyx.git] / lib / lyx2lyx / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 CLEANFILES += *.pyc *.pyo
4
5 lyx2lyxdir = $(pkgdatadir)/lyx2lyx
6 # We cannot use dist_lyx2lyx_SCRIPTS for lyx2lyx, since a possible
7 # version-suffix would get appended to the names. So we use dist_scripts_DATA
8 # and chmod manually in install-data-hook.
9 dist_lyx2lyx_PYTHON = \
10         lyx2lyx \
11         lyx2lyx_version.py \
12         parser_tools.py \
13         LyX.py \
14         lyx_0_12.py \
15         lyx_1_0_0.py \
16         lyx_1_0_1.py \
17         lyx_1_1_4.py \
18         lyx_1_1_5.py \
19         lyx_1_1_6.py \
20         lyx_1_1_6fix3.py \
21         lyx_1_2.py \
22         lyx_1_3.py \
23         lyx_1_4.py \
24         profiling.py