[Xfce4-commits] <tumbler:master> Prepare the API docs for make distcheck.

Jannis Pohlmann noreply at xfce.org
Fri Oct 23 16:38:01 CEST 2009


Updating branch refs/heads/master
         to 82993e2b0540a17dbe1b9b45c0cf61f05d56a049 (commit)
       from 49fcc79dd1a393e6e9b4169866cd41209841256e (commit)

commit 82993e2b0540a17dbe1b9b45c0cf61f05d56a049
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Oct 23 16:36:39 2009 +0200

    Prepare the API docs for make distcheck.

 configure.ac                       |    6 ++++++
 docs/reference/tumbler/Makefile.am |    3 +++
 tumbler/Makefile.am                |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4918c87..81bd15c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,6 +189,12 @@ dnl *** Check for linker optimizations ***
 dnl **************************************
 XDT_FEATURE_LINKER_OPTS()
 
+dnl *************************************
+dnl *** Compensate for broken gtk-doc ***
+dnl *************************************
+XDT_SUPPORTED_FLAGS([GTK_DOC_EXTRA_CFLAGS], [-Wno-sign-compare])
+AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
+
 AC_OUTPUT([
 Makefile
 docs/Makefile
diff --git a/docs/reference/tumbler/Makefile.am b/docs/reference/tumbler/Makefile.am
index 3502ede..c6b59a0 100644
--- a/docs/reference/tumbler/Makefile.am
+++ b/docs/reference/tumbler/Makefile.am
@@ -83,3 +83,6 @@ include $(top_srcdir)/gtk-doc.make
 # Other files to distribute
 EXTRA_DIST +=								\
 	version.xml.in
+
+# Required for make distcheck
+dist-hook: all
diff --git a/tumbler/Makefile.am b/tumbler/Makefile.am
index e1d53ed..3d32f4d 100644
--- a/tumbler/Makefile.am
+++ b/tumbler/Makefile.am
@@ -138,3 +138,6 @@ tumbler-marshal.c: tumbler-marshal.list Makefile
 	  && cp xgen-emc tumbler-marshal.c \
 	  && rm -f xgen-emc \
 	)
+
+# Required for gtk-doc and make distcheck
+dist-hook: all



More information about the Xfce4-commits mailing list