[Xfce4-commits] [xfce/thunar] 02/06: Turn off building gtk-docs API reference

noreply at xfce.org noreply at xfce.org
Fri May 15 18:37:06 CEST 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit d1110b89b3b9553e05329f7293d1b8998894e5ba
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu May 14 09:40:50 2015 +0200

    Turn off building gtk-docs API reference
    
    Building it fails starting with gtk-doc-1.22, and there have been
    lots of validity errors with previous versions for some time. Until
    someone comes and fixes it, stop building it.
---
 configure.ac.in  |   14 --------------
 docs/Makefile.am |    5 +----
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 9b5ed77..6c4d680 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -180,22 +180,11 @@ dnl **************************************
 XDT_CHECK_OPTIONAL_PACKAGE([LIBNOTIFY], [libnotify], [0.4.0], [notifications],
                            [Mount notification support], [yes])
 
-dnl *************************
-dnl *** Check for gtk-doc ***
-dnl *************************
-GTK_DOC_CHECK([1.0])
-
 dnl ***********************************
 dnl *** Check for debugging support ***
 dnl ***********************************
 XDT_FEATURE_DEBUG([thunar_debug_default])
 
-dnl *************************************
-dnl *** Compensate for broken gtk-doc ***
-dnl *************************************
-XDT_SUPPORTED_FLAGS([GTK_DOC_EXTRA_CFLAGS], [-Wno-sign-compare])
-AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
-
 dnl **************************************
 dnl *** Check for linker optimizations ***
 dnl **************************************
@@ -233,9 +222,6 @@ Makefile
 docs/Makefile
 docs/design/Makefile
 docs/papers/Makefile
-docs/reference/Makefile
-docs/reference/thunarx/Makefile
-docs/reference/thunarx/version.xml
 examples/Makefile
 examples/tex-open-terminal/Makefile
 icons/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 237ccc8..937b4d7 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,9 +1,6 @@
-# $Id$
-
 SUBDIRS =								\
 	design								\
-	papers								\
-	reference
+	papers
 
 doc_DATA =								\
 	README.gtkrc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list