X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2FMakefile.am;h=99132404153dbe3edc2add30a9c4d0818eb0512f;hb=28f76b84c96323e4dad43140121aae01820b4c38;hp=4bc7641851a8fbfa7b9c8b6f28b15b5c96bbfec1;hpb=1187b8834e2df2cd9867b3d47044f321692828e5;p=lyx.git diff --git a/lib/lyx2lyx/Makefile.am b/lib/lyx2lyx/Makefile.am index 4bc7641851..9913240415 100644 --- a/lib/lyx2lyx/Makefile.am +++ b/lib/lyx2lyx/Makefile.am @@ -1,8 +1,8 @@ include $(top_srcdir)/config/common.am -CLEANFILES += *.pyc *.pyo +CLEANFILES = *.pyc *.pyo -EXTRA_DIST = lyx2lyx_version.py.in test_parser_tools.py +EXTRA_DIST = lyx2lyx_version.py.in test_parser_tools.py CMakeLists.txt CHMOD = chmod @@ -33,6 +33,8 @@ dist_lyx2lyx_PYTHON = \ lyx_2_0.py \ lyx_2_1.py \ lyx_2_2.py \ + lyx_2_3.py \ + lyx_2_4.py \ profiling.py \ test_parser_tools.py