Title: [98009] trunk/Source/WebKit2
Revision
98009
Author
k...@webkit.org
Date
2011-10-20 12:10:33 -0700 (Thu, 20 Oct 2011)

Log Message

GTK+ build fix. Wk2 documentation will be dealt with in future patches.

* UIProcess/API/gtk/docs/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (98008 => 98009)


--- trunk/Source/WebKit2/ChangeLog	2011-10-20 19:05:00 UTC (rev 98008)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-20 19:10:33 UTC (rev 98009)
@@ -1,3 +1,10 @@
+2011-10-20  Gustavo Noronha Silva  <g...@gnome.org>
+
+        GTK+ build fix. Wk2 documentation will be dealt with in future
+        patches.
+
+        * UIProcess/API/gtk/docs/GNUmakefile.am:
+
 2011-10-20  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         Rename static deleteProperty to deletePropertyByIndex

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am (98008 => 98009)


--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am	2011-10-20 19:05:00 UTC (rev 98008)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am	2011-10-20 19:10:33 UTC (rev 98009)
@@ -97,11 +97,12 @@
 	$(GTK_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
+# FIXME: need to unbreak this documentation build.
+# include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+#EXTRA_DIST +=
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to