]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/Makefile.am
Don't use widest label for numerical citations.
[lyx.git] / lib / lyx2lyx / Makefile.am
index cd9e3856e427197f01450ac931a24357d65656e6..d2ed35608104d827a59f0aa584a4dc91d553b07e 100644 (file)
@@ -4,16 +4,17 @@ 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 \
+       lyx2lyx_tools.py \
+       unicode_symbols.py \
        LyX.py \
        lyx_0_06.py \
        lyx_0_08.py \
@@ -28,5 +29,11 @@ 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 \
        profiling.py \
        test_parser_tools.py
+
+install-data-hook:
+       $(CHMOD) 755 $(DESTDIR)$(lyx2lyxdir)/lyx2lyx