From: Mikko Ylinen Date: Thu, 21 Nov 2013 12:24:59 +0000 (+0200) Subject: Disable gtk-doc since the build fails X-Git-Tag: accepted/tizen/20131122.193406 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F20131122.193406;p=profile%2Fivi%2Fnode-startup-controller.git Disable gtk-doc since the build fails Change-Id: Iaa719212109460fd6fa8bbaf45c7b0e56c88de5c Signed-off-by: Mikko Ylinen --- diff --git a/configure.ac b/configure.ac index 68b4aab..32606cb 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,11 @@ AC_CHECK_FUNCS([]) dnl ************************* dnl *** Check for GTK-Doc *** dnl ************************* +m4_ifdef([GTK_DOC_CHECK], [ GTK_DOC_CHECK([1.14]) +],[ +AM_CONDITIONAL([ENABLE_GTK_DOC], false) +]) dnl ******************************* dnl *** Check for gdbus-codegen *** diff --git a/docs/reference/node-startup-controller/Makefile.am b/docs/reference/node-startup-controller/Makefile.am index 12b83ac..a12309d 100644 --- a/docs/reference/node-startup-controller/Makefile.am +++ b/docs/reference/node-startup-controller/Makefile.am @@ -112,11 +112,11 @@ GTKDOC_LIBS = \ $(top_builddir)/common/libcommon.la # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +# include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += \ +EXTRA_DIST = \ node-startup-controller.types \ version.xml.in