avoid a make distcheck failure: distribute docs/schemas/interface.rng

* docs/schemas/Makefile.am (schema_DATA): Add interface.rng.
This commit is contained in:
Jim Meyering 2009-07-22 05:10:14 -04:00
parent 20448818c4
commit 6ec87af68e

View File

@ -3,6 +3,7 @@
schemadir = $(pkgdatadir)/schemas schemadir = $(pkgdatadir)/schemas
schema_DATA = \ schema_DATA = \
domain.rng \ domain.rng \
interface.rng \
network.rng \ network.rng \
storagepool.rng \ storagepool.rng \
storagevol.rng \ storagevol.rng \