]> git.lyx.org Git - features.git/blobdiff - lib/Makefile.am
reat python scripts as plain data file, since automake 1.11.2 wants to control where...
[features.git] / lib / Makefile.am
index 1218969838a7f948af0eca0e3cc43e7fc5255b8c..110533d0ce10e3511280484172dffb12c18cf123 100644 (file)
@@ -8,8 +8,9 @@ dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \
        encodings layouttranslations languages symbols syntax.default \
        unicodesymbols
 
+# We use DATA now instead of PYTHON because automake 1.11.2 complains.
 # Note that we "chmod 755" manually this file in install-data-hook.
-dist_pkgdata_PYTHON = configure.py 
+dist_pkgdata_DATA += configure.py 
 
 dist_noinst_DATA = \
        images/README \
@@ -1503,8 +1504,9 @@ dist_scripts_DATA = \
        scripts/bash_completion \
        scripts/lyxstangle.R \
        scripts/lyxsweave.R
+# We use DATA now instead of PYTHON because automake 1.11.2 complains.
 # Note that we "chmod 755" manually these files in install-data-hook.
-dist_scripts_PYTHON = \
+dist_scripts_DATA += \
        scripts/clean_dvi.py \
        scripts/convertDefault.py \
        scripts/csv2lyx.py \