docs: sort the file list in the schemas Makefile

This commit is contained in:
Laine Stump 2011-07-04 22:19:09 -04:00
parent 834ce603f9
commit b2bf813e58

View 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)