[clutter] docs: Remove manual/



commit c89de4324e2f9581c4825183c155862148dd7061
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Jul 19 14:32:13 2011 +0100

    docs: Remove manual/
    
    The programmers manual never materialized, and its role has been taken
    by both the cookbook and the API reference.

 .gitignore                           |    4 --
 configure.ac                         |    2 -
 doc/Makefile.am                      |    2 +-
 doc/manual/Makefile.am               |   76 --------------------------
 doc/manual/clutter-manual.xml.in     |   98 ----------------------------------
 doc/manual/images/clutter-header.png |  Bin 7715 -> 0 bytes
 doc/manual/manual.xsl                |   14 -----
 doc/manual/style.css                 |   97 ---------------------------------
 8 files changed, 1 insertions(+), 292 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e478b43..76a32df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,10 +37,6 @@ depcomp
 /doc/cookbook/*.stamp
 /doc/cookbook/clutter-cookbook.xml
 /doc/cookbook/clutter-cookbook.html
-/doc/manual/*.pdf
-/doc/manual/html
-/doc/manual/*.stamp
-/doc/manual/clutter-manual.xml
 doc/reference/clutter/clutter-*.txt
 !/doc/reference/clutter/clutter-sections.txt
 doc/reference/clutter/html
diff --git a/configure.ac b/configure.ac
index 1a06f9f..3b0cff1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -980,8 +980,6 @@ AC_CONFIG_FILES([
 	doc/reference/cally/Makefile
 	doc/reference/cally/cally-docs.xml
 	doc/common/Makefile
-	doc/manual/Makefile
-	doc/manual/clutter-manual.xml
 	doc/cookbook/Makefile
 	doc/cookbook/clutter-cookbook.xml
 	doc/cookbook/examples/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ee0dbba..879d3a5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -8,7 +8,7 @@ if ENABLE_DOCS
 SUBDIRS += common cookbook
 endif
 
-DIST_SUBDIRS = reference common cookbook manual
+DIST_SUBDIRS = reference common cookbook
 
 EXTRA_DIST = \
 	CODING_STYLE \



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