eo: use the "EXTRA_DIST" macro to install .py files
authorCedric BAIL <cedric@osg.samsung.com>
Wed, 24 Sep 2014 08:26:35 +0000 (10:26 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 24 Sep 2014 08:26:40 +0000 (10:26 +0200)
commitc9fe6d64a8a3a88631777107fbf89aa5824163c8
treeb88a3f48622da939e6bc58befb8575b0d7977bd1
parent4d0483608e3b794fdec29a8e82d67f21df3baac8
eo: use the "EXTRA_DIST" macro to install .py files

Summary:
The SCRIPTS macro will add the executable flag (+x) to the Python scripts ; but as
these do not have a shebang (#!/bin/python) and we are executing them explicitly with
"python ...", it is useless. Plus, some build environments will issue a warning about
this.

Reviewers: tasn, JackDanielZ

Subscribers: mbachmann

Projects: #efl

Differential Revision: https://phab.enlightenment.org/D1469

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
data/Makefile.am