1dc4a9d37eec755affcbffe503322495d3dbec31
kate
  Fri Feb 1 15:15:06 2013 -0800
Sort dirs list
diff --git src/hg/encode/makefile src/hg/encode/makefile
index ec4eb5a..e4ea8a1 100644
--- src/hg/encode/makefile
+++ src/hg/encode/makefile
@@ -1,29 +1,29 @@
 # Build all programs in encode directory
 
 # List of directories to build
 
 DIRS = \
-	hgEncodeDataVersions \
-	mkEncodeFrameset \
-	hgEncodeVocab \
-	validateFiles \
+	encodeCvTerm \
 	encodeMkChangeNotes \
-	paraMd5sum \
 	encodeStatus \
         hgEncodeApi \
-        encodeCvTerm
+	hgEncodeDataVersions \
+	hgEncodeVocab \
+	mkEncodeFrameset \
+	paraMd5sum \
+	validateFiles
 
 # broken
 	#ldGencodeIntron \
 	#regionAgp \
 
 # List of pipeline dirs
 PIPELINE_DIRS = \
         encodeLoad \
         encodeValidate \
 	../utils/automation
 
 USE_DIRS = $(DIRS)
 
 all:
 	@${MAKE} development