[libvirt] [PATCH 01/10] docs: sort the file list in the schemas Makefile

Laine Stump laine at laine.org
Tue Jul 5 07:45:49 UTC 2011


---
 docs/schemas/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/schemas/Makefile.am b/docs/schemas/Makefile.am
index dbad35f..36b9aeb 100644
--- a/docs/schemas/Makefile.am
+++ b/docs/schemas/Makefile.am
@@ -2,16 +2,16 @@
 
 schemadir = $(pkgdatadir)/schemas
 schema_DATA = \
+	capability.rng \
 	domain.rng \
 	domainsnapshot.rng \
 	interface.rng \
 	network.rng \
+	nodedev.rng \
+	nwfilter.rng \
 	secret.rng \
 	storageencryption.rng \
 	storagepool.rng \
-	storagevol.rng \
-	nodedev.rng \
-	capability.rng \
-	nwfilter.rng
+	storagevol.rng
 
 EXTRA_DIST = $(schema_DATA)
-- 
1.7.3.4




More information about the libvir-list mailing list