[Xfce4-commits] <libxfce4menu:master> Try to fix make distcheck with gtk-doc (need dist-hook: all).
Jannis Pohlmann
noreply at xfce.org
Fri Sep 18 04:32:01 CEST 2009
Updating branch refs/heads/master
to 6ac6d6776be47143002a4dbbe92d89e90a1ca810 (commit)
from fd5e491d10fa94f5803f12279f23729c663b43ab (commit)
commit 6ac6d6776be47143002a4dbbe92d89e90a1ca810
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Sep 18 04:30:37 2009 +0200
Try to fix make distcheck with gtk-doc (need dist-hook: all).
docs/reference/Makefile.am | 2 --
libxfce4menu/Makefile.am | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 62bfe9b..fa59a3f 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -47,9 +47,7 @@ INCLUDES = \
$(LIBXFCE4UTIL_CFLAGS)
GTKDOC_LIBS = \
- $(GLIB_CFLAGS) \
$(GTHREAD_LIBS) \
- $(GTK_CFLAGS) \
$(LIBXFCE4UTIL_LIBS) \
$(top_builddir)/libxfce4menu/libxfce4menu-$(LIBXFCE4MENU_VERSION_API).la
diff --git a/libxfce4menu/Makefile.am b/libxfce4menu/Makefile.am
index c6df320..2bf778c 100644
--- a/libxfce4menu/Makefile.am
+++ b/libxfce4menu/Makefile.am
@@ -87,3 +87,6 @@ EXTRA_DIST = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libxfce4menu-0.1.pc
+
+# required for gtk-doc
+dist-hook: all
More information about the Xfce4-commits
mailing list