[anjuta] plugins: Sorted plugins alphabetically in Makefile.am



commit 2090034a17f7db7568b37bbd3caad65e7fd1a467
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Nov 2 12:25:25 2010 +0100

    plugins: Sorted plugins alphabetically in Makefile.am

 plugins/Makefile.am |   53 ++++++++++++++++++++++++++-------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 12cf795..90f2f5e 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,39 +1,40 @@
 
 ## The '.' is to make sure install-data-hook rule is executed first
+## Please keep sorted!
 SUBDIRS = . \
-	message-view \
-	gdb \
-	file-manager \
 	build-basic-autotools \
+	class-gen \
+	cvs-plugin \
+	devhelp \
+	dir-project \
+	document-manager \
 	file-loader \
+	file-manager \
 	file-wizard \
-	project-wizard \
-	project-manager \
-	cvs-plugin \
-	snippets-manager \
-	class-gen \
+	gbf-am \
+	gbf-mkfile \
+	gdb \
+	git \
+	glade \
+	js-debugger \
+	language-manager \
+	language-support-cpp-java \
+	# language-support-js \
+	language-support-python \
+	language-support-vala \
+	message-view \
 	patch \
-	subversion \
 	project-import \
-	tools \
-	document-manager \
+	project-manager \
+	project-wizard \
+	python-loader \
+	run-program \
 	search \
-	language-support-cpp-java \
-	language-support-python \
-	glade \
-	devhelp \
-	language-manager \
-	symbol-db \
-	git \
+	snippets-manager \
 	sourceview \
-	run-program \
-	gbf-am \
-	gbf-mkfile \
-	dir-project \
 	starter \
-	js-debugger \
-	language-support-vala \
-	python-loader
-#	language-support-js
+	subversion \
+	symbol-db \
+	tools
 
 -include $(top_srcdir)/git.mk



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