[libvirt] [PATCH 01/10] docs: sort the file list in the schemas Makefile

Daniel P. Berrange berrange at redhat.com
Tue Jul 5 09:45:33 UTC 2011


On Tue, Jul 05, 2011 at 03:45:49AM -0400, Laine Stump wrote:
> ---
>  docs/schemas/Makefile.am |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/docs/schemas/Makefile.am b/docs/schemas/Makefile.am
> index dbad35f..36b9aeb 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)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list