Title: [97913] trunk/Source/WebKit/gtk
Revision
97913
Author
[email protected]
Date
2011-10-19 18:54:19 -0700 (Wed, 19 Oct 2011)

Log Message

GTK+ build fix. Rename the INCLUDES variable so it is not picked
up by random bystanders. Also do some more cleanup on stuff we
inherited from gtk-doc.make.

Patch by Gustavo Noronha Silva <[email protected]> on 2011-10-19

* GNUmakefile.gtk-doc.am:
* docs/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (97912 => 97913)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-10-20 01:52:17 UTC (rev 97912)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-10-20 01:54:19 UTC (rev 97913)
@@ -1,5 +1,14 @@
 2011-10-19  Gustavo Noronha Silva  <[email protected]>
 
+        GTK+ build fix. Rename the INCLUDES variable so it is not picked
+        up by random bystanders. Also do some more cleanup on stuff we
+        inherited from gtk-doc.make.
+
+        * GNUmakefile.gtk-doc.am:
+        * docs/GNUmakefile.am:
+
+2011-10-19  Gustavo Noronha Silva  <[email protected]>
+
         [GTK] Streamline wk1 documentation build
         https://bugs.webkit.org/show_bug.cgi?id=70447
 

Modified: trunk/Source/WebKit/gtk/GNUmakefile.gtk-doc.am (97912 => 97913)


--- trunk/Source/WebKit/gtk/GNUmakefile.gtk-doc.am	2011-10-20 01:52:17 UTC (rev 97912)
+++ trunk/Source/WebKit/gtk/GNUmakefile.gtk-doc.am	2011-10-20 01:54:19 UTC (rev 97913)
@@ -1,16 +1,9 @@
 # -*- mode: makefile -*-
 
-GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(GTKDOC_INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
 GTKDOC_RUN = $(LIBTOOL) --mode=execute
 
-# We set GPATH here; this gives us semantics for GNU make
-# which are more like other make's VPATH, when it comes to
-# whether a source that is a target of one rule is then
-# searched for in VPATH/GPATH.
-#
-GPATH = $(srcdir)
-
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
 
 SETUP_FILES = \

Modified: trunk/Source/WebKit/gtk/docs/GNUmakefile.am (97912 => 97913)


--- trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-10-20 01:52:17 UTC (rev 97912)
+++ trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-10-20 01:54:19 UTC (rev 97913)
@@ -1,8 +1,5 @@
 ## Process this file with automake to produce GNUmakefile.in
 
-# We require automake 1.6 at least.
-AUTOMAKE_OPTIONS = 1.6
-
 # This is a blank Makefile.am for using gtk-doc.
 # Copy this to your project's API docs directory and modify the variables to
 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
@@ -79,7 +76,7 @@
 # signals and properties.
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES= \
+GTKDOC_INCLUDES= \
 	-I$(abs_srcdir)/Source/WebKit/gtk \
 	-I$(abs_builddir)/Source/WebKit/gtk \
 	$(global_cppflags) \
@@ -96,6 +93,7 @@
 	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(LIBSOUP_CFLAGS)
+
 GTKDOC_LIBS= \
 	$(abs_builddir)/libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
 	$(abs_builddir)/libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to