[gedit] Dist py plugins even if they are disabled for now



commit 4b0a7038dd7f2d23c7e0c98d0241d37c63ca70f3
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Nov 8 21:54:35 2010 +0100

    Dist py plugins even if they are disabled for now

 configure.ac        |   21 ++++++++++-----------
 plugins/Makefile.am |    7 +++----
 2 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0cfbe59..d5b0df7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,6 +407,10 @@ plugins/Makefile
 plugins/changecase/Makefile
 plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in
 plugins/checkupdate/Makefile
+plugins/externaltools/data/Makefile
+plugins/externaltools/Makefile
+plugins/externaltools/scripts/Makefile
+plugins/externaltools/tools/Makefile
 plugins/docinfo/Makefile
 plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in
 plugins/filebrowser/Makefile
@@ -414,6 +418,12 @@ plugins/modelines/Makefile
 plugins/pythonconsole/Makefile
 plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in
 plugins/pythonconsole/pythonconsole/Makefile
+plugins/quickopen/Makefile
+plugins/quickopen/quickopen/Makefile
+plugins/snippets/data/lang/Makefile
+plugins/snippets/data/Makefile
+plugins/snippets/Makefile
+plugins/snippets/snippets/Makefile
 plugins/sort/Makefile
 plugins/spell/Makefile
 plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in
@@ -425,17 +435,6 @@ win32/Makefile
 osx/Info.plist
 osx/Makefile])
 
-#plugins/externaltools/data/Makefile
-#plugins/externaltools/Makefile
-#plugins/externaltools/scripts/Makefile
-#plugins/externaltools/tools/Makefile
-#plugins/quickopen/Makefile
-#plugins/quickopen/quickopen/Makefile
-#plugins/snippets/data/lang/Makefile
-#plugins/snippets/data/Makefile
-#plugins/snippets/Makefile
-#plugins/snippets/snippets/Makefile
-
 AC_OUTPUT
 
 echo "
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 2d2d649..df54b32 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,17 +2,16 @@ DIST_SUBDIRS = \
 	changecase	\
 	checkupdate	\
 	docinfo		\
+	externaltools	\
 	filebrowser	\
 	modelines	\
 	pythonconsole	\
+	quickopen	\
+	snippets	\
 	sort		\
 	spell 		\
 	time
 
-#	externaltools
-#	quickopen
-#	snippets
-
 SUBDIRS = \
 	changecase	\
 	docinfo		\



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