]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/Makefile.am
Fix reversion of beamer overprint when a nested paragraph has an argument
[lyx.git] / lib / lyx2lyx / Makefile.am
index 88b82bc5e7a17daa75232b2eb60aa7de82f0e8d8..100c54ceb1431aa1add7ae9357fb17298134d119 100644 (file)
@@ -11,8 +11,10 @@ dist_lyx2lyx_PYTHON = \
        lyx2lyx \
        lyx2lyx_version.py \
        lyx2lyx_lang.py \
-       generate_enconding_info.py \
+       generate_encoding_info.py \
        parser_tools.py \
+       lyx2lyx_tools.py \
+       unicode_symbols.py \
        LyX.py \
        lyx_0_06.py \
        lyx_0_08.py \
@@ -27,6 +29,10 @@ dist_lyx2lyx_PYTHON = \
        lyx_1_3.py \
        lyx_1_4.py \
        lyx_1_5.py \
+       lyx_1_6.py \
+       lyx_2_0.py \
+       lyx_2_1.py \
+       lyx_2_2.py \
        profiling.py \
        test_parser_tools.py