[vino] Convert docs subdirectory to build non-recursively



commit ded9d1b4862fb9f67fd54505a4208736b75283d5
Author: David King <amigadave amigadave com>
Date:   Tue Mar 1 23:50:49 2011 +0100

    Convert docs subdirectory to build non-recursively

 Makefile.am      |    6 +++++-
 configure.ac     |    1 -
 docs/Makefile.am |    1 -
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 327f919..011e30c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = docs po
+SUBDIRS = po
 
 DISTCHECK_CONFIGURE_FLAGS = --with-avahi --with-libnotify --with-gnome-keyring --with-network-manager --with-telepathy --with-gnutls --with-gcrypt --with-zlib --with-jpeg --enable-debug --enable-http-server
 
@@ -351,6 +351,10 @@ dist_noinst_DATA = \
 	common/org.gnome.Vino.gschema.xml \
 	$(gsettings_in_file) \
 	\
+	docs/remote-desktop.txt \
+	docs/debugging.txt \
+	docs/TODO \
+	\
 	server/vino-marshal.list \
 	server/vino-server.desktop.in.in \
 	server/org.freedesktop.Telepathy.Client.Vino.service.in \
diff --git a/configure.ac b/configure.ac
index 146de96..b467666 100644
--- a/configure.ac
+++ b/configure.ac
@@ -346,7 +346,6 @@ GLIB_GSETTINGS
 AC_CONFIG_FILES([
 Makefile
 capplet/vino-preferences.desktop.in
-docs/Makefile
 po/Makefile.in
 ])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]