]> git.lyx.org Git - lyx.git/commitdiff
reat python scripts as plain data file, since automake 1.11.2 wants to control where...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Jan 2012 23:00:17 +0000 (23:00 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Jan 2012 23:00:17 +0000 (23:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40669 a592a061-630c-0410-9148-cb99ea01b6c8

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 \