From 7095563153af0e3481605eb5979ca8e6982d95cc Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 13 Jan 2014 20:01:42 +0100 Subject: Add reference manual This manual documents how to enable/use various SPICE features when creating a VM by running QEMU directly, or when using libvirt, or when using virt-manager. This is based on work by Lubos Kocman --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e260e007..c7a0e92d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ NULL = ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = spice-common server +SUBDIRS = spice-common server docs if SUPPORT_CLIENT SUBDIRS += client @@ -15,6 +15,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-opengl \ --enable-smartcard \ --with-sasl \ + --enable-manual \ $(NULL) EXTRA_DIST = \ -- cgit