mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
69664082da
* lib/lyx2lyx/lyx2lyx_version.py.in * lib/lyx2lyx/Makefile.am Add lyx2lyx_version.py to distribution. * lib/lyx2lyx/LyX.py Use lyx version as the same version of lyx2lyx. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13626 a592a061-630c-0410-9148-cb99ea01b6c8
25 lines
547 B
Makefile
25 lines
547 B
Makefile
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 \
|
|
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
|