Title: [98250] trunk/Source
Revision
98250
Author
carlo...@webkit.org
Date
2011-10-24 09:44:54 -0700 (Mon, 24 Oct 2011)

Log Message

[GTK] Fix make distcheck build
https://bugs.webkit.org/show_bug.cgi?id=69745

Reviewed by Martin Robinson.

Source/WebCore:

* GNUmakefile.am:
* GNUmakefile.list.am:

Source/WebKit2:

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98249 => 98250)


--- trunk/Source/WebCore/ChangeLog	2011-10-24 16:39:00 UTC (rev 98249)
+++ trunk/Source/WebCore/ChangeLog	2011-10-24 16:44:54 UTC (rev 98250)
@@ -1,3 +1,13 @@
+2011-10-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Fix make distcheck build
+        https://bugs.webkit.org/show_bug.cgi?id=69745
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+
 2011-10-24  Alexander Pavlov  <apav...@chromium.org>
 
         Web Inspector: [Styles] Adding a new style rule breaks things

Modified: trunk/Source/WebCore/GNUmakefile.am (98249 => 98250)


--- trunk/Source/WebCore/GNUmakefile.am	2011-10-24 16:39:00 UTC (rev 98249)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-10-24 16:44:54 UTC (rev 98250)
@@ -684,7 +684,7 @@
 DerivedSources/WebCore/EventFactory.cpp DerivedSources/WebCore/EventHeaders.h DerivedSources/WebCore/EventInterfaces.h: $(WebCore)/dom/make_event_factory.pl $(WebCore)/dom/EventFactory.in
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --events $(WebCore)/dom/EventFactory.in --outputDir "$(GENSOURCES_WEBCORE)"
 
-# All Web Inspector generated files are created with this one call to CodeGeneratorInspector.pm
+# All Web Inspector generated files are created with this one call to CodeGeneratorInspector.py
 DerivedSources/WebCore/InspectorProtocolVersion.h : $(WebCore)/inspector/Inspector.json $(WebCore)/inspector/generate-inspector-protocol-version
 	$(PYTHON) $(WebCore)/inspector/generate-inspector-protocol-version -o $(GENSOURCES_WEBCORE)/InspectorProtocolVersion.h $(WebCore)/inspector/Inspector.json
 
@@ -877,17 +877,18 @@
 	Source/WebCore/css/tokenizer.flex \
 	Source/WebCore/css/view-source.css \
 	Source/WebCore/css/WebKitFontFamilyNames.in \
+	Source/WebCore/dom/EventFactory.in \
 	Source/WebCore/dom/make_names.pl \
+	Source/WebCore/dom/make_event_factory.pl \
 	Source/WebCore/html/HTMLAttributeNames.in \
 	Source/WebCore/html/HTMLTagNames.in \
 	Source/WebCore/html/parser/create-html-entity-table \
 	Source/WebCore/html/parser/HTMLEntityNames.in \
 	Source/WebCore/icu/LICENSE \
-	Source/WebCore/inspector/CodeGeneratorInspector.pm \
+	Source/WebCore/inspector/CodeGeneratorInspector.py \
 	Source/WebCore/inspector/InjectedScriptSource.js \
 	Source/WebCore/inspector/Inspector.json \
 	Source/WebCore/inspector/Inspector-0.1.json \
-	Source/WebCore/inspector/generate-inspector-idl \
 	Source/WebCore/inspector/generate-inspector-protocol-version \
 	Source/WebCore/inspector/xxd.pl \
 	Source/WebCore/LICENSE-APPLE \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (98249 => 98250)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-10-24 16:39:00 UTC (rev 98249)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-10-24 16:44:54 UTC (rev 98250)
@@ -1210,6 +1210,7 @@
 	Source/WebCore/dom/EventDispatcher.cpp \
 	Source/WebCore/dom/EventDispatcher.h \
 	Source/WebCore/dom/EventException.h \
+	Source/WebCore/dom/EventFactory.h \
 	Source/WebCore/dom/EventListener.h \
 	Source/WebCore/dom/EventListenerMap.cpp \
 	Source/WebCore/dom/EventListenerMap.h \

Modified: trunk/Source/WebKit2/ChangeLog (98249 => 98250)


--- trunk/Source/WebKit2/ChangeLog	2011-10-24 16:39:00 UTC (rev 98249)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-24 16:44:54 UTC (rev 98250)
@@ -1,5 +1,14 @@
 2011-10-24  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        [GTK] Fix make distcheck build
+        https://bugs.webkit.org/show_bug.cgi?id=69745
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am:
+
+2011-10-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Initial implementation of back forward list for WebKit2 GTK+ API
         https://bugs.webkit.org/show_bug.cgi?id=69343
 

Modified: trunk/Source/WebKit2/GNUmakefile.am (98249 => 98250)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-10-24 16:39:00 UTC (rev 98249)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-10-24 16:44:54 UTC (rev 98250)
@@ -1376,7 +1376,7 @@
 
 EXTRA_DIST += \
 	$(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.am \
-	$(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-docs.sgml \
-	$(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-sections.txt \
+	$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \
+	$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
 	$(WebKit2)/UIProcess/API/gtk/docs/version.xml.in \
 	$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to