1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

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 schemadir = $(pkgdatadir)/schemas
schema_DATA = \ schema_DATA = \
capability.rng \
domain.rng \ domain.rng \
domainsnapshot.rng \ domainsnapshot.rng \
interface.rng \ interface.rng \
network.rng \ network.rng \
nodedev.rng \
nwfilter.rng \
secret.rng \ secret.rng \
storageencryption.rng \ storageencryption.rng \
storagepool.rng \ storagepool.rng \
storagevol.rng \ storagevol.rng
nodedev.rng \
capability.rng \
nwfilter.rng
EXTRA_DIST = $(schema_DATA) EXTRA_DIST = $(schema_DATA)