lyx_mirror/lib/lyx2lyx/Makefile.am
Lars Gullik Bjønnes 3708dc6ec5 update ignore, and make sure to dist the lyx2lyx_version.py.in template file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13728 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 13:34:16 +00:00

27 lines
583 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 \
profiling.py