lyx_mirror/lib/lyx2lyx/Makefile.am
Georg Baum 5bb791e841 * lib/lyx2lyx/Makefile.am: Add missing file lyx_1_5.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14013 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-05 19:24:18 +00:00

28 lines
597 B
Makefile

include $(top_srcdir)/config/common.am
CLEANFILES += *.pyc *.pyo
EXTRA_DIST = lyx2lyx_version.py.in
lyx2lyxdir = $(pkgdatadir)/lyx2lyx
# We cannot use dist_lyx2lyx_SCRIPTS for lyx2lyx, since a possible
# version-suffix would get appended to the names. So we use dist_scripts_DATA
# and chmod manually in install-data-hook.
dist_lyx2lyx_PYTHON = \
lyx2lyx \
lyx2lyx_version.py \
parser_tools.py \
LyX.py \
lyx_0_12.py \
lyx_1_0_0.py \
lyx_1_0_1.py \
lyx_1_1_4.py \
lyx_1_1_5.py \
lyx_1_1_6.py \
lyx_1_1_6fix3.py \
lyx_1_2.py \
lyx_1_3.py \
lyx_1_4.py \
lyx_1_5.py \
profiling.py