From: Laine Stump Date: Tue, 5 Jul 2011 02:19:09 +0000 (-0400) Subject: docs: sort the file list in the schemas Makefile X-Git-Tag: v0.9.4-rc1~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2bf813e582b6efcf6cf00a6ef655eee3463e7f2;p=thirdparty%2Flibvirt.git docs: sort the file list in the schemas Makefile --- diff --git a/docs/schemas/Makefile.am b/docs/schemas/Makefile.am index dbad35fd15..36b9aebe1c 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)