[gtkmm-documentation] Remove FAQ - moved to live.gnome.org/gtkmm/FAQ



commit 58d851c5f664d989f59e3957f4b180f226a63289
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 27 10:37:27 2010 +0100

    Remove FAQ - moved to live.gnome.org/gtkmm/FAQ
    
    * configure.ac:
    * Makefile.am:
    * docs/FAQ: Removed the FAQ because it has moved to
    http://live.gnome.org/gtkmm/FAQ instead.

 ChangeLog              |    9 +
 Makefile.am            |    2 +-
 configure.ac           |    1 -
 docs/FAQ/Makefile.am   |   48 -----
 docs/FAQ/gtkmm-faq.xml |  500 ------------------------------------------------
 5 files changed, 10 insertions(+), 550 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0d1646b..a4343a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-27  Murray Cumming  <murrayc murrayc com>
+
+	Remove FAQ - moved to live.gnome.org/gtkmm/FAQ
+
+	* configure.ac:
+	* Makefile.am:
+	* docs/FAQ: Removed the FAQ because it has moved to 
+	http://live.gnome.org/gtkmm/FAQ instead.
+
 2010-01-21  Murray Cumming  <murrayc murrayc com>
 
 	Custom Signals appendix: Really show the example.
diff --git a/Makefile.am b/Makefile.am
index 3152781..1f93fb7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS	= -I build ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 if HAVE_GNOME_DOC_UTILS
-doc_subdirs = docs/FAQ docs/tutorial
+doc_subdirs = docs/tutorial
 else
 doc_subdirs =
 endif
diff --git a/configure.ac b/configure.ac
index fa3de8c..2083fc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,5 @@ GNOME_DOC_INIT([0.9.0],,
 
 AC_CONFIG_FILES([Makefile
                  examples/Makefile
-                 docs/FAQ/Makefile
                  docs/tutorial/Makefile])
 AC_OUTPUT



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