[totem] Clean up Python file distribution rules
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Clean up Python file distribution rules
- Date: Sun, 5 Sep 2010 12:24:54 +0000 (UTC)
commit 844031c4172b92a4d14b5fc098db2ffc43e40493
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Sep 5 13:11:27 2010 +0100
Clean up Python file distribution rules
plugin_PYTHON automatically adds Python files to the distribution, so we
don't need to explicitly put them in EXTRA_DIST.
src/plugins/coherence_upnp/Makefile.am | 2 --
src/plugins/dbus-service/Makefile.am | 2 --
src/plugins/iplayer/Makefile.am | 2 --
src/plugins/jamendo/Makefile.am | 2 +-
src/plugins/opensubtitles/Makefile.am | 2 +-
src/plugins/pythonconsole/Makefile.am | 2 +-
src/plugins/sample-python/Makefile.am | 2 --
7 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/src/plugins/coherence_upnp/Makefile.am b/src/plugins/coherence_upnp/Makefile.am
index 841e4eb..203cde2 100644
--- a/src/plugins/coherence_upnp/Makefile.am
+++ b/src/plugins/coherence_upnp/Makefile.am
@@ -5,6 +5,4 @@ plugin_PYTHON = coherence_upnp.py
plugin_in_files = coherence_upnp.totem-plugin.in
-EXTRA_DIST += coherence_upnp.py
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/dbus-service/Makefile.am b/src/plugins/dbus-service/Makefile.am
index 5e336fc..c025d2c 100644
--- a/src/plugins/dbus-service/Makefile.am
+++ b/src/plugins/dbus-service/Makefile.am
@@ -5,6 +5,4 @@ plugin_PYTHON = dbus-service.py
plugin_in_files = dbus-service.totem-plugin.in
-EXTRA_DIST += dbus-service.py
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/iplayer/Makefile.am b/src/plugins/iplayer/Makefile.am
index 25c93ae..e0c978d 100644
--- a/src/plugins/iplayer/Makefile.am
+++ b/src/plugins/iplayer/Makefile.am
@@ -9,6 +9,4 @@ uidir = $(plugindir)
ui_DATA = iplayer.ui
EXTRA_DIST += $(ui_DATA)
-EXTRA_DIST += $(plugin_PYTHON)
-
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/jamendo/Makefile.am b/src/plugins/jamendo/Makefile.am
index adb052d..afc3b8b 100644
--- a/src/plugins/jamendo/Makefile.am
+++ b/src/plugins/jamendo/Makefile.am
@@ -17,6 +17,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = jamendo.convert
-EXTRA_DIST += jamendo.py jamendo.convert
+EXTRA_DIST += jamendo.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/opensubtitles/Makefile.am b/src/plugins/opensubtitles/Makefile.am
index cd78bb5..def30cf 100644
--- a/src/plugins/opensubtitles/Makefile.am
+++ b/src/plugins/opensubtitles/Makefile.am
@@ -17,6 +17,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = opensubtitles.convert
-EXTRA_DIST += opensubtitles.py hash.py opensubtitles.convert
+EXTRA_DIST += opensubtitles.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/pythonconsole/Makefile.am b/src/plugins/pythonconsole/Makefile.am
index bfa67e5..075d844 100644
--- a/src/plugins/pythonconsole/Makefile.am
+++ b/src/plugins/pythonconsole/Makefile.am
@@ -13,6 +13,6 @@ CLEANFILES += $(gsettings_SCHEMAS)
convertdir = $(datadir)/GConf/gsettings
convert_DATA = pythonconsole.convert
-EXTRA_DIST += pythonconsole.py console.py pythonconsole.convert
+EXTRA_DIST += pythonconsole.convert
-include $(top_srcdir)/git.mk
diff --git a/src/plugins/sample-python/Makefile.am b/src/plugins/sample-python/Makefile.am
index 1b76ee7..46c2177 100644
--- a/src/plugins/sample-python/Makefile.am
+++ b/src/plugins/sample-python/Makefile.am
@@ -5,8 +5,6 @@ plugin_PYTHON = sample-python.py
plugin_in_files = sample-python.totem-plugin.in
-EXTRA_DIST += sample-python.py
-
# Override to _not_ install the test plugins
install-pluginPYTHON:
install-pluginDATA:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]