]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: sort the file list in the schemas Makefile
authorLaine Stump <laine@laine.org>
Tue, 5 Jul 2011 02:19:09 +0000 (22:19 -0400)
committerLaine Stump <laine@laine.org>
Tue, 5 Jul 2011 16:33:21 +0000 (12:33 -0400)
docs/schemas/Makefile.am

index dbad35fd1574092ec236e73f29d7c4d71c4acbc9..36b9aebe1cb3ef664bd4de33c0f815c4e5ee2e09 100644 (file)
@@ -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)