From: José Matox Date: Tue, 8 Aug 2006 11:21:24 +0000 (+0000) Subject: Update Makefile.am with new and renamed files. X-Git-Tag: 1.6.10~12878 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9f2042082a7b12c4100f5421a4dc6da06f2c616;p=lyx.git Update Makefile.am with new and renamed files. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14568 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/Makefile.am b/lib/lyx2lyx/Makefile.am index dc06a40e59..cd9e3856e4 100644 --- a/lib/lyx2lyx/Makefile.am +++ b/lib/lyx2lyx/Makefile.am @@ -11,17 +11,22 @@ lyx2lyxdir = $(pkgdatadir)/lyx2lyx dist_lyx2lyx_PYTHON = \ lyx2lyx \ lyx2lyx_version.py \ + lyx2lyx_lang.py \ + generate_enconding_info.py \ parser_tools.py \ LyX.py \ + lyx_0_06.py \ + lyx_0_08.py \ + lyx_0_10.py \ lyx_0_12.py \ - lyx_1_0_0.py \ - lyx_1_0_1.py \ - lyx_1_1_4.py \ + lyx_1_0.py \ + lyx_1_1.py \ lyx_1_1_5.py \ - lyx_1_1_6.py \ - lyx_1_1_6fix3.py \ + lyx_1_1_6_0.py \ + lyx_1_1_6_3.py \ lyx_1_2.py \ lyx_1_3.py \ lyx_1_4.py \ lyx_1_5.py \ - profiling.py + profiling.py \ + test_parser_tools.py