[pygobject] Disable documentation for now since they are completely wrong for GI.



commit b24dcb415406668931e02a1f669ef9861bb3a660
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Aug 24 09:58:10 2011 +0200

    Disable documentation for now since they are completely wrong for GI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657054

 Makefile.am  |    2 +-
 configure.ac |   25 -------------------------
 2 files changed, 1 insertions(+), 26 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7ad7503..e891367 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = 1.7
 
-SUBDIRS = docs examples gi tests
+SUBDIRS = examples gi tests
 
 PLATFORM_VERSION = 3.0
 
diff --git a/configure.ac b/configure.ac
index f017a03..f3499d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,28 +124,6 @@ AC_ARG_ENABLE(thread,
   AC_HELP_STRING([--disable-thread], [Disable pygobject threading support]),,
   enable_thread=yes)
 
-dnl Building documentation
-AC_ARG_ENABLE(docs,
-  AC_HELP_STRING([--enable-docs], [Enable documentation building]),enable_docs=$enableval,
-  enable_docs=no)
-if test "${enable_docs}" != no; then
-  dnl
-  dnl Check for xsltproc
-  dnl
-  AC_PATH_PROG([XSLTPROC], [xsltproc])
-  if test -z "$XSLTPROC"; then
-    enable_docs=no
-  fi
-
-  dnl check for DocBook DTD and stylesheets in the local catalog.
-  dnl JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.1.2//EN],
-  dnl   [DocBook XML DTD V4.1.2],,enable_docs=no)
-  dnl JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
-  dnl   [DocBook XSL Stylesheets],,enable_docs=no)
-fi
-
-AM_CONDITIONAL(ENABLE_DOCS, test x$enable_docs != xno)
-
 AM_CHECK_PYMOD(thread,,,enable_thread=check_for_py3_module)
 if test "x$enable_thread" = xcheck_for_py3_module; then
   dnl Python 3 uses the _thread module so check for that
@@ -255,9 +233,6 @@ AC_CONFIG_FILES(
   Makefile
   pygobject-3.0.pc
   pygobject-3.0-uninstalled.pc
-  docs/Makefile
-  docs/reference/entities.docbook
-  docs/xsl/fixxref.py
   gi/Makefile
   gi/repository/Makefile
   gi/overrides/Makefile



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