X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2FMakefile.am;h=933acfd2ef5d48b20a4b0fca48416704d0037575;hb=4c5ba07a7aa2f00c5b92aa6808f82672f1d313d5;hp=cd9e3856e427197f01450ac931a24357d65656e6;hpb=a9f2042082a7b12c4100f5421a4dc6da06f2c616;p=lyx.git diff --git a/lib/lyx2lyx/Makefile.am b/lib/lyx2lyx/Makefile.am index cd9e3856e4..933acfd2ef 100644 --- a/lib/lyx2lyx/Makefile.am +++ b/lib/lyx2lyx/Makefile.am @@ -4,15 +4,14 @@ CLEANFILES += *.pyc *.pyo EXTRA_DIST = lyx2lyx_version.py.in +CHMOD = chmod + 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 \ lyx2lyx_lang.py \ - generate_enconding_info.py \ + generate_encoding_info.py \ parser_tools.py \ LyX.py \ lyx_0_06.py \ @@ -28,5 +27,10 @@ dist_lyx2lyx_PYTHON = \ lyx_1_3.py \ lyx_1_4.py \ lyx_1_5.py \ + lyx_1_6.py \ + lyx_2_0.py \ profiling.py \ test_parser_tools.py + +install-data-hook: + $(CHMOD) 755 $(DESTDIR)$(lyx2lyxdir)/lyx2lyx