From 42129336650ed7a417edecf45f3dc0593374b074 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Fri, 28 Feb 2003 15:24:56 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create branch 'GNOME_2_2'. Sprout from master 2003-02-28 15:24:56 UTC aflinta '- updated to version 2.2.0.2' Delete: libgnomecanvas-gtk-doc.patch --- libgnomecanvas-gtk-doc.patch | 68 ------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 libgnomecanvas-gtk-doc.patch diff --git a/libgnomecanvas-gtk-doc.patch b/libgnomecanvas-gtk-doc.patch deleted file mode 100644 index 8685ef3..0000000 --- a/libgnomecanvas-gtk-doc.patch +++ /dev/null @@ -1,68 +0,0 @@ ---- libgnomecanvas-1.116.0/configure.in~ Wed May 1 16:11:01 2002 -+++ libgnomecanvas-1.116.0/configure.in Wed May 1 16:11:01 2002 -@@ -74,6 +71,50 @@ - fi - AC_SUBST(REBUILD) - -+################################################## -+# Check for gtk-doc. -+################################################## -+ -+AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ]) -+ -+if test "x$with_html_dir" = "x" ; then -+ HTML_DIR='${datadir}/gtk-doc/html' -+else -+ HTML_DIR=$with_html_dir -+fi -+ -+AC_SUBST(HTML_DIR) -+ -+AC_CHECK_PROG(GTKDOC, gtkdoc-mkdb, true, false) -+ -+gtk_doc_min_version=0.6 -+if $GTKDOC ; then -+ gtk_doc_version=`gtkdoc-mkdb --version` -+ AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >= $gtk_doc_min_version]) -+ if perl <= "$gtk_doc_min_version") ? 0 : 1); -+EOF -+ AC_MSG_RESULT(yes) -+ else -+ AC_MSG_RESULT(no) -+ GTKDOC=false -+ fi -+fi -+ -+dnl Let people disable the gtk-doc stuff. -+AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto) -+ -+if test x$enable_gtk_doc = xauto ; then -+ if test x$GTKDOC = xtrue ; then -+ enable_gtk_doc=yes -+ else -+ enable_gtk_doc=no -+ fi -+fi -+ -+AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) -+ - AC_OUTPUT([ - Makefile - po/Makefile.in ---- libgnomecanvas-1.116.0/docs/reference/Makefile.am~ Wed May 1 16:15:10 2002 -+++ libgnomecanvas-1.116.0/docs/reference/Makefile.am Wed May 1 16:15:10 2002 -@@ -83,6 +83,12 @@ - - #### scan #### - -+if ENABLE_GTK_DOC -+html_stamp = html-build.stamp -+endif -+ -+noinst_DATA = $(html_stamp) -+ - scan-build.stamp: $(HFILE_GLOB) - @echo '*** Scanning header files ***' - if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null ; then \ -- 2.44.0