]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/Makefile.am
merge booktabs branch
[lyx.git] / lib / lyx2lyx / Makefile.am
index 270d49864618dad7f74e67da28e73ae9fea601bd..dc06a40e59123b204383646f099bfcdb477f7652 100644 (file)
@@ -2,12 +2,15 @@ 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 \
@@ -20,4 +23,5 @@ dist_lyx2lyx_PYTHON = \
        lyx_1_2.py \
        lyx_1_3.py \
        lyx_1_4.py \
+       lyx_1_5.py \
        profiling.py