[Xfce4-commits] <xfce4-panel:devel> Delay building the docs and add some libs to link.

Nick Schermer noreply at xfce.org
Sun Jan 3 12:38:04 CET 2010


Updating branch refs/heads/devel
         to 8e531ec79614f3fae93c2b87f292d6d304510500 (commit)
       from f2d5ce275605818ec1c161d2d967507f1e55e9b1 (commit)

commit 8e531ec79614f3fae93c2b87f292d6d304510500
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 30 17:41:38 2009 +0100

    Delay building the docs and add some libs to link.

 Makefile.am                 |    2 +-
 docs/references/Makefile.am |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e5095a2..a72deca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,12 @@
 
 SUBDIRS = \
 	libxfce4panel \
-	docs \
 	common \
 	panel \
 	plugins \
 	wrapper \
 	migrate \
+	docs \
 	po
 
 distclean-local:
diff --git a/docs/references/Makefile.am b/docs/references/Makefile.am
index a0e0f50..f354ac4 100644
--- a/docs/references/Makefile.am
+++ b/docs/references/Makefile.am
@@ -51,6 +51,8 @@ INCLUDES = \
 	$(GTK_DOC_EXTRA_CFLAGS)
 
 GTKDOC_LIBS = \
+	$(GTK_LIBS) \
+	$(LIBXFCE4UTIL_LIBS) \
 	$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la
 
 include $(top_srcdir)/gtk-doc.make
@@ -59,9 +61,6 @@ include $(top_srcdir)/gtk-doc.make
 EXTRA_DIST += \
 	version.xml.in
 
-# manual pages
-man_MANS =
-
 if MAINTAINER_MODE
 %.1: %.xml
 	xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<



More information about the Xfce4-commits mailing list