]> git.lyx.org Git - features.git/blob - lib/lyx2lyx/Makefile.am
add python support to configure
[features.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         parser_tools.py \
12         LyX.py \
13         lyx_0_12.py \
14         lyx_1_0_0.py \
15         lyx_1_0_1.py \
16         lyx_1_1_4.py \
17         lyx_1_1_5.py \
18         lyx_1_1_6.py \
19         lyx_1_1_6fix3.py \
20         lyx_1_2.py \
21         lyx_1_3.py \
22         lyx_1_4.py \
23         profiling.py