libvirt/docs/schemas/Makefile.am
Laine Stump 0c97dc4159 xml: create an RNG file for common types and move some definitions there
domain.rng, network.rng, and interface.rng already use a few of the
same types (or in some cases *should* but don't), and an upcoming code
change will have them sharing even more. To prepare for that, this
patch takes those common data type definitions and moves them into
basictypes.rng.

This may break some rule about the need to RNG files to be autonomous
or something, but I saw that storageencryption.rng is used in this
way, so I figured it must not be completely against the law...
2011-07-05 12:33:21 -04:00

19 lines
290 B
Makefile

schemadir = $(pkgdatadir)/schemas
schema_DATA = \
basictypes.rng \
capability.rng \
domain.rng \
domainsnapshot.rng \
interface.rng \
network.rng \
nodedev.rng \
nwfilter.rng \
secret.rng \
storageencryption.rng \
storagepool.rng \
storagevol.rng
EXTRA_DIST = $(schema_DATA)