[Xfce4-commits] <tumbler:jannis/specialized> Prepare the API docs for make distcheck.
Jannis Pohlmann
noreply at xfce.org
Mon Oct 26 01:34:03 CET 2009
Updating branch refs/heads/jannis/specialized
to 216803d35aade8987b87497550058f6f0ee610ef (commit)
from f704e0c6c558c986832a9c7f77174f9f7ccf7e93 (commit)
commit 216803d35aade8987b87497550058f6f0ee610ef
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 d8d3cd4..a036824 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