]> git.lyx.org Git - lyx.git/blob - lib/lyx2lyx/Makefile.am
* lib/lyx2lyx/Makefile.am: Add missing file lyx_1_5.py
[lyx.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         parser_tools.py \
15         LyX.py \
16         lyx_0_12.py \
17         lyx_1_0_0.py \
18         lyx_1_0_1.py \
19         lyx_1_1_4.py \
20         lyx_1_1_5.py \
21         lyx_1_1_6.py \
22         lyx_1_1_6fix3.py \
23         lyx_1_2.py \
24         lyx_1_3.py \
25         lyx_1_4.py \
26         lyx_1_5.py \
27         profiling.py