[gedit-code-assistance] xml: the sources are python



commit 2ac21f2e7693359b565d17694d58aba8fea24ae3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Oct 20 15:18:16 2012 +0200

    xml: the sources are python

 backends/xml/gcpbackendxml/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/backends/xml/gcpbackendxml/Makefile.am b/backends/xml/gcpbackendxml/Makefile.am
index d252eb5..5790953 100644
--- a/backends/xml/gcpbackendxml/Makefile.am
+++ b/backends/xml/gcpbackendxml/Makefile.am
@@ -1,8 +1,8 @@
 plugindir = $(GCP_BACKENDS_LIBS_DIR)/gcpbackendxml
 
-plugin_XML = 	\
-	__init__.py	\
-	backend.py	\
+plugin_PYTHON =  \
+	__init__.py \
+	backend.py \
 	document.py
 
 CLEANFILES = *.pyc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]