2005-07-15 16:38:59 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
|
|
|
CLEANFILES += *.pyc *.pyo
|
|
|
|
|
|
|
|
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 \
|
2006-04-10 16:18:31 +00:00
|
|
|
lyx2lyx_version.py \
|
2005-07-15 16:38:59 +00:00
|
|
|
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
|