reat python scripts as plain data file, since automake 1.11.2 wants to control where python files go. This fixes #6080 and #7990.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2012-01-23 23:00:17 +00:00
parent 4a90320f99
commit c31bf2d2ab

View 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 \